body{
   background-color: #000000;
   
}
img{
    padding-top: 30px;
    width: 70px;
    height: 70px;
    padding-left: 20px;

}
.img{

}
.container{
margin: 0 auto;
max-width: 1170px;
}

.header{
display: flex;
justify-content: space-between;

}

.nav{
display: flex;
list-style-type: none;
padding-top: 40px;
    
}

nav>li{
}

.nav>li>a{
text-decoration: none;
color: rgb(223, 223, 233);
padding-left: 15px;
font-size: 20px;
margin-right: 30px;
}
.nav>li>a:hover{
    color: #657ff3;
}




.anime{
    display: flex;
    flex-direction: column;

}

.animation {
  position: absolute;
  top: 40%;
  left: 50%;
  width: max-content;
  transform: translate(-50%, -50%);
}
.animation > span {
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #f2ebeb;
  animation: animate 1.4s;
  animation-iteration-count: 2;
}
@keyframes animate {
  0% {
    color: #e1dddd;
    text-shadow: none;
  }
  100% {
    color: #3155f3;
    text-shadow: 0 0 7px #fff900, 0 0 50px #fff900;
  }
}
.animation span:nth-child(1) {
  animation-delay: 0;
}
.animation span:nth-child(2) {
  animation-delay: 0.2s;
}
.animation span:nth-child(3) {
  animation-delay: 0.3s;
}
.animation span:nth-child(4) {
  animation-delay: 0.4s;
}
.animation span:nth-child(5) {
  animation-delay: 0.5s;
}
.animation span:nth-child(6) {
  animation-delay: 0.6s;
}
.animation span:nth-child(7) {
  animation-delay: 0.7s;
}
.animation span:nth-child(8) {
  animation-delay: 0.8s;
}
.animation span:nth-child(9) {
  animation-delay: 0.9s;
}
.animation span:nth-child(10) {
  animation-delay: 1s;
}
.animation span:nth-child(11) {
  animation-delay: 1.1s;
}
.animation span:nth-child(12) {
  animation-delay: 1.2s;
}

.animation2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  transform: translate(-50%, -50%);
}
.animation2 > span {
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #f2ebeb;
  animation: animate 1.4s;
   animation-iteration-count: 2;
}
@keyframes animate {
  0% {
    color: #e1dddd;
    text-shadow: none;
  }
  100% {
    color: #3155f3;
    text-shadow: 0 0 7px #fff900, 0 0 50px #fff900;
  }
}
.animation2 span:nth-child(1) {
  animation-delay: 0;
}
.animation2 span:nth-child(2) {
  animation-delay: 0.2s;
}
.animation2 span:nth-child(3) {
  animation-delay: 0.3s;
}
.animation2 span:nth-child(4) {
  animation-delay: 0.4s;
}
.animation2 span:nth-child(5) {
  animation-delay: 0.5s;
}
.animation2 span:nth-child(6) {
  animation-delay: 0.6s;
}
.animation2 span:nth-child(7) {
  animation-delay: 0.7s;
}
.animation2 span:nth-child(8) {
  animation-delay: 0.8s;
}
.animation2 span:nth-child(9) {
  animation-delay: 0.9s;
}
.animation2 span:nth-child(10) {
  animation-delay: 1s;
}
.animation2 span:nth-child(11) {
  animation-delay: 1.1s;
}
.animation2 span:nth-child(12) {
  animation-delay: 1.2s;
}
.animation2 span:nth-child(13) {
  animation-delay: 1.3s;
}
.animation2 span:nth-child(14) {
  animation-delay: 1.4s;
}
.animation2 span:nth-child(15) {
  animation-delay: 1.4s;
}




