header {
  margin-top: min(4vh, 40px);
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  max-width: 1024px;
}

header > a {
  margin-right: min(4vw, 40px);
  font-size: 20px;
}

body {
  background-color: black;
  color: white;
  margin-bottom: 10vh;
}

a {
  text-decoration: none;
  color: white;
}

a:visited {
  text-decoration: none;
  color: white;
}

h1 {
  margin-top: 5vh;
}

#content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 500px) {
  #content {
    width: 400px;
  }
}

#profile_photo {
  margin-top: 1vh;
  width: 50%;
  aspect-ratio: 1 / 1;
  border-radius: 2vw;
}

.profile_text {
  margin-top: 40px;
  font-size: 20px;
  text-align: left;
  line-height: 1.25;
}

#social_links {
  margin-top: 40px;
  width: 100%;
  height: 10vh;
  max-height: 100px;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 100px;
}

#instagram_icon {
  height: 100%;
  aspect-ratio: 1 / 1;
}

#twitter_icon {
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 2vh;
}

@media (min-height: 1024px) {
  #twitter_icon {
    border-radius: 1vh;
  }

  #linkedin_icon {
    border-radius: 1vh;
  }
}
