html{
    background:black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}
.titulo{
    height: auto;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px; 
    padding: 20px;
    font-size: 40px;
}
img {
    width: 450px;
    padding-bottom: 15px;
    height: auto;
}
.corpo{
    background-color:black);
    width: 100%;
    max-width: 2000px;
    height: 500px;
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.texto {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: center;
    color: white;
    background-color: black
    padding: 20px;
}
body{
    background-color: black;
    height: auto;
}
.box {
    background: none;
    height: 95px;
    line-height: 95px;
    text-align: center;
    width: 95px;
  }
  .spin:hover {
      animation: anime 5s linear infinite;
  }
  @keyframes anime {
    0% {
      transform: rotateY(0deg);
    }
    100% {
      transform: rotateY(360deg);
    }
  }
  .box-1 {
    transform: rotate(10deg);
  }