body {

    background-color: white;
    min-height: 100vh;
    width: 100%;
    max-width: 1300px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
     background-image:url('images/dealornodeal4.jpg');
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: left;
   background-size: 100% 100%;
   
}

ul {

    margin-left: 10px;

}






#big {

    height: 100px;
    width: 100%;
    background-color: transparent;
    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;
    
}


#lotto {

    height: 200px;
    width: fit-content;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    
    
}

#topfacts {

    font-size: 40px;
    color: rgb(166, 255, 0);
    margin-left: 15px;
}

#buttonsdiv {

    display: grid;
    grid-template-rows: 1fr 1fr;
    height: fit-content;
    width: fit-content;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    
}

#button {

    margin-left: 0px;
    margin-top: 10px;
    background-color: rgb(166, 255, 0);
    color: black;
    height: 45px;
    width: 110px;
    font-size: 20px;
    border-radius: 20px;
    border: 2px solid black;


}

#button:hover {

    opacity:0.6;
}


#button2 {

    margin-left: 0px;
    margin-top: 10px;
    background-color:rgb(187, 0, 0);
    color: black;
    height: 45px;
    width: 110px;
    font-size: 20px;
    border-radius: 20px;
    border: 2px solid black;


}

#button2:hover {

    opacity:0.6;
}



#square1 {

    height: 100px;
    width: 100px;
    background-color: transparent;
    margin-left: 0px;
    margin-top: 50px;
    perspective: 1000px;
    background-color: rgb(131, 57, 57);
    animation-duration: 4s;
    animation-fill-mode: forwards;
    
    
}

@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: transparent;
    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;

    
}

@media only screen and (min-width:1px) and (max-width:364px) {

    body{

        width: 100%;
        min-width: 300px;
        max-width: 364px;
    }


    #square1 {

    height: 75px;
    width: 75px;
    background-color: transparent;
    margin-top: 50px;
    perspective: 1000px;
    background-color: rgb(131, 57, 57);
    animation-duration: 4s;
    animation-fill-mode: forwards;
    
    
}


#temu {

    color: rgb(175, 255, 27);
    font-size: 20px;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    padding-top: 23px;

    
}

     #lotto {

    
    width: fit-content;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    
    
    
}



#buttonsdiv {

   
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    
}

#button {

    margin-left: 0px;
    margin-top: 10px;
    background-color: rgb(166, 255, 0);
    color: black;
    height: 25px;
    width: 80px;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid black;


}

#button:hover {

    opacity:0.6;
}


#button2 {

    margin-left: 0px;
    margin-top: 10px;
    background-color:rgb(187, 0, 0);
    color: black;
    height: 25px;
    width: 80px;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid black;


}

#button2:hover {

    opacity:0.6;
}



#big {

    
    width: 100%;
    font-size: 55px;
    
}


    
}


@media only screen and (min-width:365px) and (max-width:385px) {

    body{

        width: 100%;
        min-width: 365px;
        max-width: 385px;
    }

     #lotto {

    
    width: fit-content;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    
    
    
}


#square1 {

    height: 75px;
    width: 75px;
    background-color: transparent;
    margin-top: 50px;
    perspective: 1000px;
    background-color: rgb(131, 57, 57);
    animation-duration: 4s;
    animation-fill-mode: forwards;
    
    
}


#temu {

    color: rgb(175, 255, 27);
    font-size: 20px;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    padding-top: 23px;

    
}



#buttonsdiv {

   
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    
}

#button {

    margin-left: 0px;
    margin-top: 10px;
    background-color: rgb(166, 255, 0);
    color: black;
    height: 25px;
    width: 80px;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid black;


}

#button:hover {

    opacity:0.6;
}


#button2 {

    margin-left: 0px;
    margin-top: 10px;
    background-color:rgb(187, 0, 0);
    color: black;
    height: 25px;
    width: 80px;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid black;


}

#button2:hover {

    opacity:0.6;
}



#big {

    
    width: 100%;
    font-size: 55px;
    
}


    
}




@media only screen and (min-width:386px) and (max-width:415px) {

    body{

        width: 100%;
        min-width: 386px;
        max-width: 415px;
    }

     #square1 {

    height: 75px;
    width: 75px;
    background-color: transparent;
    margin-top: 50px;
    perspective: 1000px;
    background-color: rgb(131, 57, 57);
    animation-duration: 4s;
    animation-fill-mode: forwards;
    
    
}


#temu {

    color: rgb(175, 255, 27);
    font-size: 20px;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    padding-top: 23px;

    
}

     #lotto {

    
    width: fit-content;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    
    
}


#buttonsdiv {

   
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    
}

#button {

    margin-left: 0px;
    margin-top: 10px;
    background-color: rgb(166, 255, 0);
    color: black;
    height: 25px;
    width: 80px;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid black;


}

#button:hover {

    opacity:0.6;
}


#button2 {

    margin-left: 0px;
    margin-top: 10px;
    background-color:rgb(187, 0, 0);
    color: black;
    height: 25px;
    width: 80px;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid black;


}

#button2:hover {

    opacity:0.6;
}



#big {

    
    width: 100%;
    font-size: 55px;
    
}


    
}


@media only screen and (min-width:416px) and (max-width:499px) {

    body{

        width: 100%;
        min-width: 416px;
        max-width: 599px;
    }


       #lotto {

    
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    
    
}



#buttonsdiv {

   
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    
}

#button {

    margin-left: 0px;
    margin-top: 10px;
    background-color: rgb(166, 255, 0);
    color: black;
    height: 30px;
    width: 100px;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid black;


}

#button:hover {

    opacity:0.6;
}


#button2 {

    margin-left: 0px;
    margin-top: 10px;
    background-color:rgb(187, 0, 0);
    color: black;
    height: 30px;
    width: 100px;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid black;


}

#button2:hover {

    opacity:0.6;
}



#big {

    
    width: 100%;
    font-size: 60px;
    
}


    

    
}


@media only screen and (min-width:500px) and (max-width:599px) {

    body{

        width: 100%;
        min-width: 500px;
        max-width: 599px;
    }


       #lotto {

    
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    
    
    
}



#buttonsdiv {

   
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    
}

#button {

    margin-left: 0px;
    margin-top: 10px;
    background-color: rgb(166, 255, 0);
    color: black;
    height: 30px;
    width: 100px;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid black;


}

#button:hover {

    opacity:0.6;
}


#button2 {

    margin-left: 0px;
    margin-top: 10px;
    background-color:rgb(187, 0, 0);
    color: black;
    height: 30px;
    width: 100px;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid black;


}

#button2:hover {

    opacity:0.6;
}



#big {

    
    width: 100%;
    font-size: 60px;
    
}


    

    
}



@media only screen and (min-width:600px) and (max-width:800px) {

    body{

        width: 100%;
        min-width: 600px;
        max-width: 800px;

    }

     #lotto {

    

    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    
    
}

#buttonsdiv {

   
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    
}


#big {

    
    width: 100%;
    
}


    
}


@media only screen and (min-width: 801px) and (max-width: 920px) {

    body{

        width: 100%;
        min-width: 801px;
        max-width: 920px;
    }


    #lotto {

    
    
    margin-bottom: 0px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    
    
}

#buttonsdiv {

   
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    
}


#big {
    
    width: 100%;
    
}


#square1 {

    height: 100px;
    width: 100px;
    background-color: transparent;
    margin-top: 50px;
    perspective: 1000px;
    background-color: rgb(131, 57, 57);
    animation-duration: 4s;
    animation-fill-mode: forwards;
    
    
}


    
}



