body{
      margin: 0px;
      background-color:#4a3731;
}
h1{
  color: #ad3d1d;
  font-family: "Palette Mosaic";
  font-size: 80px;
  border:0px solid;
  width: 500px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 175px;
}
.dvds{
text-align:center;
margin-top: 250px
}
.dvds a{
  padding: 0px 80px;
}
#box1{
  height: 50px;
  width: 50px;
}
#box1:hover{
  animation: 3s linear 0s infinite running Rotate;
  
}
@keyframes Rotate{
  100%{transform: rotatez(360deg)}
}