
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;
    }

    
}

#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;
    
}


#big {

    height: 100px;
    width: 800px;
    background-color: white;
    font-size: 60px;
    font-family:'Times New Roman', Times, serif;
    color: rgb(233, 171, 120);
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0px;
    
}



#lotto {

    height: 150px;
    width: 200px;
    background-color:  rgb(233, 171, 120);
    margin-left: 300px;
    margin-bottom: 50px;
    align-items: center;
    text-align: center;
    
    
}



#square1 {

    height: 200px;
    width: 200px;
    background-color: transparent;
    margin-left: 260px;
    margin-top: 50px;
    perspective: 1000px;
    background-color:  rgb(233, 171, 120);
    align-items: center;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    
    
}

#shala {

    font-size: 30px;
    padding-top: 60px;
    color: white;
    
}

@keyframes zula {

    0% { transform: rotateY(0deg); transform-style: preserve-3d;}
    50% {transform: rotateY(180deg);  transform-style: preserve-3d;}
    100% {transform: rotateY(0deg); transform-style: preserve-3d;}
}

@keyframes zulu {

    0% { transform: rotateY(0deg); transform-style: preserve-3d;}
    50% {transform: rotateY(180deg);  transform-style: preserve-3d;}
    100% {transform: rotateY(0deg); transform-style: preserve-3d;}
}



#flip {
    
    position: relative;
    box-shadow: 0 4px 8px 0;
    transform: 0.6s;
    color: white;
    font-size: 50px;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    background-color: blueviolet;
    transform: rotateY(180deg);
    transform-style: preserve-3d;

    
}



#front{
     
    position: absolute;
    background-color: rgb(92, 41, 41);
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    
    
}

#back{

    position: absolute;
    background-color: rgb(30, 196, 30);
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
    
}


#temu {

    color: rgb(175, 255, 27);
    font-size: 35px;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    padding-top: 30px;

    
}

