@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Varela Round", sans-serif;
}

.container {
  background-color: #e5e5fd;
  min-height: 100vh;
  border: 10px solid #1d1e4c;
}

.content {
  max-width: 900px;
  margin: 0 auto;
}

.top_section {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.top_section h1 {
  font-size: 60px;
  font-weight: bold;
  color: #1d1e4c;
  /* text-transform: uppercase; */
}

.top_section h4 {
  text-align: end;
  font-size: 30px;
}

.image_container {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}

.image_container,
img {
  width: 300px;
  height: 375px;
}

.about_section {
  margin-top: 50px;
}

.about_section h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about_section p {
  font-size: 20px;
  line-height: 25px;
  word-spacing: 1.5px;
  letter-spacing: 0.5px;
  text-align: justify;
}

.albums_tupac {
  margin: 50px 0;
}

.albums_tupac h3 {
  margin-bottom: 20px;
  font-size: 30px;
}

.albums_tupac ul {
  margin-left: 50px;
}

.albums_tupac li {
  margin-bottom: 2px;
  font-size: 20px;
}

footer {
  margin: 50px 0;
}

footer p {
  text-align: end;
}
