
body {

    background-color: white;
    height: fit-content;
    width: 100%;
    max-width: 1300px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

ul {

    margin-left: 10px;

}


@media only screen and (max-width:800px) {

    body{

        width: 800px;
        min-width: 800px;
        max-width: 800px;
    }

    
}


#big {

    height: 100px;
    width: 800px;
    background-color: white;
    font-size: 80px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: rgb(166, 255, 0);
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0px;
    
}



#facts {

    height: 600px;
    width: 800px;
    background-color: rgb(30, 196, 30);
    font-size: 20px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: rgb(166, 255, 0);
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    
}




#topfacts {

    font-size: 40px;
    color: rgb(166, 255, 0);
    margin-left: 15px;
}

#button {

    margin-left: 640px;
    margin-top: 10px;
    background-color: rgb(166, 255, 0);
    color: green;
    height: 45px;
    width: 110px;
    font-size: 20px;
    border-radius: 20px;
    border: 2px solid green;


}


#button:hover {

    opacity:0.6;
    
}



#lotto {

    height: 300px;
    width: 680px;
    background-color: white;
    margin-left: 120px;
    margin-bottom: 0px;
    
    
}



#square1 {

    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: transparent;
    margin-left: 180px;
    margin-top: 0px;
    background: conic-gradient(red 0% 12.5%, blue 12.5% 25% ,
    rgb(241, 0, 241) 25% 37.5% , rgb(187, 255, 0) 37.5% 50%, rgb(128, 98, 0) 50% 62.5%, 
    rgb(0, 255, 170) 62.5% 75% , rgb(87, 0, 128) 75% 87.5%, rgb(255, 153, 0) 87.5%  100% );
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-duration: 8s;
    animation-fill-mode: forwards;
    
    
}

@keyframes zula1 {

    0% { transform: rotateZ(0deg); transform-style: preserve-3d;}
    100% {transform: rotateZ(390deg); transf-3orm-style: preserved;}

}

@keyframes zula2 {

    0% { transform: rotateZ(0deg); transform-style: preserve-3d;}
    100% {transform: rotateZ(330deg); transf-3orm-style: preserved;}

}

@keyframes zula3 {

    0% { transform: rotateZ(0deg); transform-style: preserve-3d;}
    100% {transform: rotateZ(425deg); transf-3orm-style: preserved;}
}

@keyframes zula4 {

    0% { transform: rotateZ(0deg); transform-style: preserve-3d;}
    100% {transform: rotateZ(465deg); transf-3orm-style: preserved};

    
}

@keyframes zula5 {
     
    0% { transform: rotateZ(0deg); transform-style: preserve-3d;}
    100% {transform: rotateZ(510deg); transf-3orm-style: preserved};
}

@keyframes zula6 {

    0% { transform: rotateZ(0deg); transform-style: preserve-3d;}
    100% {transform: rotateZ(560deg); transf-3orm-style: preserved};

}

@keyframes zula7 {

    0% { transform: rotateZ(0deg); transform-style: preserve-3d;}
    100% {transform: rotateZ(600deg); transf-3orm-style: preserved};

}

@keyframes zula8 {

    0% { transform: rotateZ(0deg); transform-style: preserve-3d;}
    100% {transform: rotateZ(655deg); transf-3orm-style: preserved};

}



#bell {

    height: 100px;
    width: 680px;
    background-color: white;
    margin-bottom: 0px;
    margin-left: 120px;
    display: grid;
    grid-template-rows: 60px 40px;
}

#bell1 {

    height: 0px;
    width: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid black;
    margin-left: 265px;
    padding-top: 100px;
    
}