body{margin:  0px;  background-color:  #353535}
.div{text-align:  center;}
#wheel{margin-top:  0px;  
    transition: 10s;
    transition-property: all;
    transition-duration: 10s;
    transition-timing-function: cubic-bezier(0.24, 0.51, 0.25, 1.1);
    transition-delay: 0s;}
#arrow{height:  30px;  margin-top:  10px;}