#notice2{
    font-Size:50;
    position: absolute;
    left:30%;
    Top:0px;
   }
#notice{
    font-size:60;
    position: absolute;
    left:34%;
    Top:60px;
 }
img{
    position:absolute;
    top:150px;
    left:35%;
   }

#Box{
   background-color:green;
   position:absolute:
   
   top:70px;

   animation-name:rotate;
   animation-duration:2s;
   animation-iteration-count:infinite;
}


@keyframes rotate{
    100%{transform: rotateY(360deg)}
}
