
#logo{
  width: 170px;
  height: 170px;
  background-color: #0CB1C4;
  border-radius: 50%;
 /* animation-name: spin;*/
 /* animation-duration: 50000ms;*/
 /* animation-iteration-count: infinite;*/
 */ animation-timing-function: linear; */
  /* transform: rotate(3deg); */
   /* transform: rotate(0.3rad);/ */
   /* transform: rotate(3grad); */ 
   /* transform: rotate(.03turn);  */
}

/*@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}*/