*{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
  }
  body{
    background: rgb(209, 84, 84);
  
 }

 
    
.img{ 
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,-50%);

  

}
.video{position: absolute;
  box-align: center;
  top: 150%;
  left:20% ;
  width: 900px;
  height: 300px;
  transform: translate(-50%,-50%);
  
}

.spin {
  padding: 0;

  transform-style: preserve-3d;
  
}
.spin:hover figure {
    animation: anime 2s ease-out infinite;
}
@keyframes anime {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.next {
    dislpay: none;
    position: fixed;
    bottom: 1ch;
    right: 4ch;
}
.container{
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
  }
.container span{
    text-transform: uppercase;
    display: block;
  }
  .text1{
    color: white;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 20px;
    background: rgb(209, 84, 84);
    position: relative;
    animation: text 3s 1;
  }
  .text2{
    font-size: 30px;
    color: #69d6c4;
  }
  .ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  p{
padding: 20px;
align-content: center;
}
.box{ box-align: center;
size: 200px}
 


  @keyframes text {
    0%{
      color: black;
      margin-bottom: -40px;
    }
    30%{
      letter-spacing: 25px;
      margin-bottom: -40px;
    }
    85%{
      letter-spacing: 8px;
      margin-bottom: -40px;
}


    }
  }
 }
