@font-face {
  font-family: "Afacad Flux";
  src: url("resources/fonts/AfacadFlux.ttf") format("truetype");
}
a {
  color: inherit;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Afacad Flux", Verdana, sans-serif;
  font-size: large;
  color: #cad5e2;
  text-align: center;
  background-color: #020618;
}
body header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10em;
}
body header #avatar-container {
  height: 12em;
  position: absolute;
  transform: translate(-12em);
}
body header #avatar-container #avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12em;
  position: relative;
  translate: 0 -100%;
}
body header #avatar-container #avatar img {
  height: 8.4em;
  border: 0.25em solid #0f172b;
  border-radius: 50%;
}
body header #avatar-container #avatar-desc {
  height: 12em;
  width: 12em;
  position: relative;
  opacity: 0;
  transform: rotate(-30deg);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
body header #avatar-container:hover #avatar-desc {
  opacity: 1;
  transform: rotate(0deg);
}
body main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body main #projects .project-title a {
  text-decoration: none;
}
body main #projects .project-title .left, body main #projects .project-title .right {
  transition: padding 0.25s ease;
}
body main #projects .project-title:hover .left {
  padding-right: 0.25em;
}
body main #projects .project-title:hover .right {
  padding-left: 0.25em;
}
body footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #45556c;
}
body footer #links {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1em;
  margin-top: 1em;
  width: 50vw;
  padding: 1em 0;
  border-top: 0.15em solid #cad5e2;
  border-bottom: 0.15em solid #cad5e2;
}
body footer #links img {
  width: 2em;
  height: 2em;
}

/*# sourceMappingURL=style.css.map */
