
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: 1300px;
    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;
    
}




#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;
}




#lotto {

    height: 250px;
    width: 100%;
    background-color: transparent;
    margin-left: 0px;
    margin-bottom: 0px;
    
    
}



#square1 {

    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    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: 200px;
    background-color: transparent;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    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: auto;
    margin-right: auto;
    padding-top: 100px;
    
}


@media only screen and (min-width:1px) and (max-width:364px) {

    body{

        width: 100%;
        min-width: 320px;
        max-width: 364px;
    }

    
    #lotto {

    height: 140px;
    width: 100%;
    background-color: transparent;
    margin-left: 0px;
    margin-bottom: 0px;
    
    
}


#square1 {

    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;

}

   

#bell {

    height: 50px;
    width: 100px;
    background-color: transparent;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-rows: 30px 20px;
}

#bell1 {

    height: 0px;
    width: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid black;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    
}

 

#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%;
    height: 70px;
    font-size: 35px;
    
} 

    
}


@media only screen and (min-width:365px) and (max-width:385px) {

    body{

        width: 100%;
        min-width: 365px;
        max-width: 385px;
    }

    
  #lotto {

    height: 140px;
    width: 100%;
    background-color: transparent;
    margin-left: 0px;
    margin-bottom: 0px;
    
    
}


#square1 {

    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;

}

   

#bell {

    height: 50px;
    width: 100px;
    background-color: transparent;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-rows: 30px 20px;
}

#bell1 {

    height: 0px;
    width: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid black;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    
}

 

#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%;
    height: 70px;
    font-size: 40px;
    
} 

    
}




@media only screen and (min-width:386px) and (max-width:415px) {

    body{

        width: 100%;
        min-width: 386px;
        max-width: 415px;
    }

     #lotto {

    height: 140px;
    width: 100%;
    background-color: transparent;
    margin-left: 0px;
    margin-bottom: 0px;
    
    
}


#square1 {

    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;

}

   

#bell {

    height: 50px;
    width: 100px;
    background-color: transparent;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-rows: 30px 20px;
}

#bell1 {

    height: 0px;
    width: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid black;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    
}

 

#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%;
    height: 70px;
    font-size: 40px;
    
} 

    
}


@media only screen and (min-width:416px) and (max-width:499px) {

    body{

        width: 100%;
        min-width: 416px;
        max-width: 599px;

    }

  #lotto {

    height: 140px;
    width: 100%;
    background-color: transparent;
    margin-left: 0px;
    margin-bottom: 0px;
    
    
}


#square1 {

    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

   

#bell {

    height: 50px;
    width: 100px;
    background-color: transparent;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-rows: 30px 20px;
}

#bell1 {

    height: 0px;
    width: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid black;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    
}

 

#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%;
    height: 70px;
    font-size: 40px;
    
}
     

   

    
}


@media only screen and (min-width:500px) and (max-width:599px) {

   

  body{

        width: 100%;
        min-width: 500px;
        max-width: 599px;
    }


    #lotto {

    height: 140px;
    width: 100%;
    background-color: transparent;
    margin-left: 0px;
    margin-bottom: 0px;
    
    
}


#square1 {

    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

   

#bell {

    height: 50px;
    width: 100px;
    background-color: transparent;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-rows: 30px 20px;
}

#bell1 {

    height: 0px;
    width: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid black;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    
}

 

#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%;
    height: 70px;
    font-size: 40px;
    
}

    

    
}



@media only screen and (min-width:600px) and (max-width:800px) {

    body{

        width: 100%;
        min-width: 600px;
        max-width: 800px;
    }


    #lotto {

    height: 250px;
    width: 100%;
    background-color: transparent;
    margin-left: 0px;
    margin-bottom: 0px;
    
    
}


    #bell {

    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    
    
    
}

 #bell1 {

    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    
    
}

#buttonsdiv {

   
    margin-top: 50px;
    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 {

    height: 250px;
    width: 100%;
    background-color: transparent;
    margin-left: 0px;
    margin-bottom: 0px;
    
    
}


    #bell {

    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;

    
    
}

 #bell1 {

    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    
    
}

#buttonsdiv {

   
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    
}


#big {

    
    width: 100%;
    
}


    
}



@media only screen and (min-width: 921px) and (max-width: 1200px) {

    body{

        width: 100%;
        min-width: 921px;
        max-width: 1200px;
    }


    #lotto {

    height: 250px;
    width: 600px;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    
    
}


    #bell {

    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    
    
    
}

 #bell1 {

    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    
    
}

#buttonsdiv {

   
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    
}


#big {

    
    width: 100%;
    
}


    
}


