body {
  background-image: radial-gradient(tomato 0%, #8d021f 95%);
  background-attachment: fixed;
  height: 100vh;
  font-family: "Courgette", cursive;
  color: floralwhite;
}

.atf {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.atf img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  background-size: cover;
  opacity: 0.9;
}
.atf h1,
.atf h3,
.atf h5 {
  font-family: "Courgette", cursive;
  letter-spacing: 0.2rem;
  margin: 0;
  color: floralwhite;
  background-attachment: fixed;
  text-align: center;
}
.atf h1 {
  font-size: 3rem;
}
.atf .social ul {
  list-style: none;
  padding: 0;
}
.atf .social ul li {
  display: inline;
  margin: 20px;
}
.atf .social ul li a {
  text-decoration: none;
}
.atf .social ul li i {
  color: floralwhite;
}

#intro {
  max-height: 60px;
}
#intro h1 {
  position: relative;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-duration: 2s;
}
#intro h1#intro1 {
  opacity: 0;
  animation-name: appearanddisappear;
  animation-delay: 1s;
}
#intro h1#intro2 {
  top: -60px;
  opacity: 0;
  animation-name: appearanddisappear;
  animation-delay: 2s;
}
#intro h1#intro3 {
  top: -120px;
  opacity: 0;
  animation-name: appearandstay;
  animation-delay: 3s;
}

#handle-intro {
  max-height: 23px;
}
#handle-intro h3 {
  position: relative;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-duration: 2s;
}
#handle-intro h3#intro4 {
  opacity: 0;
  animation-name: appearanddisappear;
  animation-delay: 4s;
}
#handle-intro h3#intro5 {
  top: -23px;
  opacity: 0;
  animation-name: appearandstay;
  animation-delay: 5s;
}

@media (max-width: 480px) {
  #handle-intro,
.social {
    position: relative;
    top: 70px;
  }
}

@keyframes appearanddisappear {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes appearandstay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btf {
  overflow: hidden;
}
.btf .word-sphere {
  width: 50vw;
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btf .word-sphere canvas {
  margin: 0 auto;
  position: relative;
  right: 50px;
}
@media (max-width: 480px) {
  .btf .word-sphere {
    width: 100vw;
    position: relative;
    right: 5px;
  }
}

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