@media  (min-width: 1600px)and ( max-width:3840px)

{

body {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-weight: 100;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.welcome {
     margin-left: 90%;
    font-size: 1rem;
    font:Helvetica;
    position: absolute;
    opacity: 1px;
    color:white;
    border-radius:50%;
    letter-spacing:40px;
    animation-name: topFadeOut;
    animation-duration: 10s;
   
    
}


@keyframes topFadeOut {
    0% {margin-left:100%;
        top: 0rem;
        opacity: 0;
    }

    100% {
        position: absolute;
        opacity: 0;
    }
    100% {margin-left:900%;

          top: 2rem;
          opacity: 1;
          color: black;
          /*    background-color: transparent;*/
          color: transparent;

    }

}



.em{

    padding-left:70%;
    margin-top: -15%;
    font-size:75%;
    animation-duration: 1s;
    animation-name: rotate ;
}

@keyframes rotate {
    from {
        transform: rotate(100deg);
    }
    to {
        transform: rotate(360deg);
    }




}





input{
    font-size:300%;
    border-radius:50%;
    border-color:dodgerblue;
    cursor: pointer;
    animation-duration: 5s;
    animation-name: rotate;
}


@keyframes rotate {
    from {
        transform: rotate(200deg);
    }
    to {
        transform: rotate(360deg);
    }
}




.dropbtn {
    padding:10px;
    border-radius:50%;
    right:30%;
    margin-left:25%;
    margin-top: 10%;
    cursor: pointer;
    background:transparent;
    border-color:dodgerblue;
    animation-duration: 100s;
    animation-name: rotate;
}




@keyframes rotate {
    from {
        transform: rotate(200deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.dropdown-content {
    display: none;
    position:relative;
    background:transparent;
    min-width: 0px;
    text-decoration:windowtext;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top:1%;
    margin-left:0%;
    border-radius: 13%;
    cursor: pointer;
}

.dropdown-content a {
    color: black;
    padding: 12px  20px;
    display:list-item;
    font-weight: bold;
    background:white;
    font-size:15px;
}



.dropdown {
    position: relative;
    display: inline-block;
    margin-top:0%;
}


.dropdown-content a:hover {display:inline-block; background-color:whitesmoke; }

.dropdown:hover .dropdown-content {display:inline-block;}


.dropdown:hover .dropbtn {background-color: #3b2d26; display:inline-block; }




.yddm{
    letter-spacing:10px;
    /*padding-right:-70%;*/
    font-style:normal;
    font-size:12px;
    margin-top: 0%;
    margin-left:20%;
    list-style-type: none;
    cursor: pointer;
    color:red;
    animation-name:ydm;
    animation-duration: 50s;
}

@keyframes ydm {
    from {color:#3b2d26 ;}
    to {color: white;}
    from {color:red;}
    to {color: yellow;}

}

.icon {
    height: 5px;
    background-color:whitesmoke;
    width: 90%;
    margin: auto;
    overflow: auto;
    /*box-shadow: 0px 5px 5px 2px rgba(55, 55, 55, 0.1);*/
    /*box-shadow: 0px 0px 0px  0px rgba(00, 00, 00, 0.0);*/
    position:static;
    border-radius:100%;
    margin-top: 10%;
}



.chart{
    border-radius:100%;
    image-resolution:from-image;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:50%;
    align-items: center;
    /*animation-duration: 15s;
    animation-name: slidedown; */
    position:relative;
    margin-top:15%;

}





@keyframes slideup {
    0% {
        top: 0%;
    }
    50% {
        top: -10%; /* adjust as needed */
    }
    100% {
        top: 0%;
    }
}



/*
@keyframes slidedown {
from {

margin-bottom: -200%;
}
to {
margin-top: 15%;
}
 }*/




.think{
    border-radius:100%;
    image-resolution:from-image;
    display: block;
    margin-left:Auto;
    margin-right: Auto;
    width:50%;
    align-items: center;
/*    position:relative;*/
    margin-top: 100%;
    animation-name: slidedown;
    animation-duration: 5s;
}


/*@keyframes slidedown {
    from {

        margin-bottom: 200%;
    }
    to {
        margin-top: 10%;
    }
}*/



footer {
    background:darkblue;

margin-top: 100%;
}

footer p {
    margin: 0;
    padding: 20px 0;
}



.privacy{
    text-align: center;
    color: #ccc;

    width: 100%;
    margin-top: 10%;
    font-size:15px;
}

.copyright{
    color: #ccc;
    margin-top: 50%;
    text-align: center;
    position:relative;
}



.privacyV {
    border-radius:100%;
    image-resolution:from-image;
    display: block;
    margin-left:Auto;
    margin-right: Auto;
    width:50%;
    align-items: center;
/*    position:relative;*/
    margin-top: 100%;
    animation-name: slidedown;
    animation-duration: 5s;
}


@keyframes slidedown {
    from {
 margin-top: 30%;
        
    }
    to {

 margin-bottom: 11%; 
    }
}




}








@media ( max-width:2560px)

{

body {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-weight: 100;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.welcome {
    margin-left: 950%;
    font-size: 1rem;
    font:Helvetica;
    position: absolute;
    color: transparent;
/*  border-radius:50%;*/
    letter-spacing:20px;
    animation-name: topFadeOut;
    animation-duration: 5s;   
}
@keyframes topFadeOut {
    0% {margin-top:-1%;
        margin-top:-50rem;   
    }
    from {color:yellow;}
    to {color: transparent; } 
    from {color:yellow;}
    to {color: transparent; }     
}




.em{

    padding-left:75%;
    margin-top: -40%;
    font-size:75%;
    animation-duration: 1s;
    animation-name: rotate ;
}

@keyframes rotate {
    from {
        transform: rotate(100deg);
    }
    to {
        transform: rotate(360deg);
    }




}





input{
    font-size:300%;
    border-radius:50%;
    border-color:dodgerblue;
    cursor: pointer;
    animation-duration: 5s;
    animation-name: rotate;
}


@keyframes rotate {
    from {
        transform: rotate(200deg);
    }
    to {
        transform: rotate(360deg);
    }
}




.dropbtn {
    padding:12px;
    border-radius:50%;
    right:60%;
    margin-left:100%;
    margin-top:50%;
    cursor: pointer;
    background:transparent;
    border-color:dodgerblue;
    animation-duration: 100s;
    animation-name: rotate;
}




@keyframes rotate {
    from {
        transform: rotate(200deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.dropdown-content {
    display: none;
    position:relative;
    background:transparent;
    min-width: 0px;
    text-decoration:windowtext;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top:0%;
    margin-left:0%;
    border-radius: 13%;
    cursor: pointer;
}

.dropdown-content a {
    color: black;
    padding: 10px 10px;
    display:list-item;
    font-weight: bold;
    background:white;
    font-size:12px;
}



.dropdown {
    position: relative;
    display: inline-block;
    margin-top:0%;
}


.dropdown-content a:hover {display:inline-block; background-color:whitesmoke; }

.dropdown:hover .dropdown-content {display:inline-block;}


.dropdown:hover .dropbtn {background-color: #3b2d26; display:block;  position: relative;}




.yddm{
    letter-spacing:10px;
    /*padding-right:-70%;*/
    font-style:normal;
    font-size:12px;
    margin-top: 0%;
    margin-left:20%;
    list-style-type: none;
    cursor: pointer;
    color:red;
    animation-name:ydm;
    animation-duration: 50s;
}

@keyframes ydm {
    from {color:#3b2d26 ;}
    to {color: white;}
    from {color:red;}
    to {color: yellow;}

}

.icon {
    height: 2px;
    background-color:whitesmoke;
    width: 90%;
    margin: auto;
    overflow: auto;
    /*box-shadow: 0px 5px 5px 2px rgba(55, 55, 55, 0.1);*/
    /*box-shadow: 0px 0px 0px  0px rgba(00, 00, 00, 0.0);*/
    position:static;
    border-radius:100%;
    margin-top: 35.2%;
}



.chart{
    border-radius:100%;
    image-resolution:from-image;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:50%;
    align-items: center;
    /*animation-duration: 15s;
    animation-name: slidedown; */
    position:relative;
    margin-top:40%;

}

/*
@keyframes slidedown {
from {

margin-bottom: -200%;
}
to {
margin-top: 15%;
}
 }*/






/*@keyframes slidedown {
    from {

        margin-bottom: 200%;
    }
    to {
        margin-top: 10%;
    }
}*/



footer {
    background:darkblue;


}

footer p {
    margin: 0;
    padding: 20px 0;
}



.privacy{
    text-align: center;
    color: #ccc;

    width: 100%;
    margin-top: 10%;
    font-size:15px;
}

.copyright{
    color: #ccc;
    margin-top: 10%;
    text-align: center;
    position:relative;
}



.privacyV {
    border-radius:100%;
    image-resolution:from-image;
    display: block;
    margin-left:Auto;
    margin-right: Auto;
    width:50%;
    align-items: center;
/*    position:relative;*/
    margin-top: 10%;
    animation-name: slidedown;
    animation-duration: 5s;
}


@keyframes slidedown {
    from {
 margin-top: 30%;
        
    }
    to {

 margin-bottom: 11%; 
    }
}




}







@media (min-width: 50px)and ( max-width: 400px)
{
    
   body {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;

    font-weight: 100;

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;

}


.welcome {
/*    margin-left: 10%;*/
    font-size: 1rem;
    font:Helvetica;
    position: absolute;
   
    color: transparent;
    
/*    border-radius:50%;*/
    letter-spacing:20px;
    animation-name: topFadeOut;
    animation-duration: 10s;   
}


@keyframes topFadeOut {
    0% {margin-top:-400%;
        top:0rem;
        opacity:0px;
        opacity:0px;
    }

    100% {margin-left:300%;

          top: 1rem;
          opacity: 0;
    }

    from {color:red ;}
    to {color: blue;}
    from {color:black;}
    to {color: red; }  
        
    
}


    .em{

        padding-left:80%;
        margin-top: -123%;
        font-size:85%;
        animation-duration:6s;
        animation-name: rotate ;
    }

    @keyframes rotate {
        from {
            transform: rotate(200deg);
        }
        to {
            transform: rotate(360deg);
        }

    }


    input{
        font-size:300%;
        border-radius:100%;
        border-color:dodgerblue;
        cursor: pointer;
        animation-duration:10s;
        animation-name: rotate;
    }


    /*@keyframes rotate {
    from {
    transform: rotate(100deg);
    }
    to {
    transform: rotate(360deg);
    }
    }*/




.dropbtn {
    padding:18px;
    border-radius:50%;
    margin-left:30%;
    margin-top:10%;
    cursor: pointer;
    background:transparent;
    border-color:dodgerblue;
    animation-duration: 60s;
    animation-name: rotate;
  
    
}




@keyframes rotate {
    from {
        transform: rotate(200deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.dropdown-content {
    display: none;
    position:relative;
    background:transparent;
    min-width: 0px;
    text-decoration:windowtext;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top:0%;
    margin-left:0%;
    border-radius: 13%;
    cursor: pointer;
}

.dropdown-content a {
    color: black;
    padding: 10px 10px;
    display:list-item;
    font-weight: bold;
    background:white;
    font-size:12px;
}



.dropdown {
    position: relative;
    display: inline-block;
    margin-top:0%;
}


.dropdown-content a:hover {display:inline-block; background-color:whitesmoke; }

.dropdown:hover .dropdown-content {display:inline-block;}


.dropdown:hover .dropbtn {background-color: #3b2d26; display:block;  position: relative;}




/*
.yddm{
    letter-spacing:10px;
    padding-right:-70%;
    font-style:normal;
    font-size:12px;
    margin-top: 0%;
    margin-left:5%;
    list-style-type: none;
    cursor: pointer;
    color:white;
    animation-name:ydm;
    animation-duration: 50s;
}

@keyframes ydm {
    from {color:#3b2d26 ;}
    to {color: red;}
    from {color:red;}
    to {color: yellow;}

}*/

.icon {
    height: 2px;
    background-color:whitesmoke;
    width: 90%;
    margin: auto;
    overflow: auto;
    /*box-shadow: 0px 5px 5px 2px rgba(55, 55, 55, 0.1);*/
    /*box-shadow: 0px 0px 0px  0px rgba(00, 00, 00, 0.0);*/
    position:static;
    border-radius:100%;
    margin-top: 110%;
}


   .chart{
    border-radius:100%;
    image-resolution:from-image;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    align-items: center;
    /*animation-duration: 15s;
    animation-name: slidedown; */
    position:relative;
    margin-top:130%;

}


    /*@keyframes slidedown {
    from {
    
    margin-bottom: -200%;
    }
    to {
    margin-top: 50%;
    }
     }*/




    


/*    @keyframes slidedown {
    from {
    
    margin-bottom:30%;
    }
    to {
    margin-top: 50%;
    }
     }*/




footer {
    background:darkblue;
border-radius:50%;

}

footer p {
    margin: 90px;
    padding: 20px 0;
}



.privacy{
    text-align: center;
    color: #ccc;

    width: 100%;
    margin-top: 10%;
    font-size:12px;
}

.copyright{
    color: #ccc;
    margin-top: 10%;
    text-align: center;
    position:relative;
    font-size:12px;
}



.privacyV {
    border-radius:20%;
    image-resolution:from-image;
    display: block;
    margin-left:Auto;
    margin-right: Auto;
    width:100%;
    align-items: center;
    position:relative;
    margin-top:16%;
    animation-name: slidedown;
    animation-duration: 5s;
}


@keyframes slidedown {
    from {
 margin-top: 30%;
        
    }
    to {

 margin-bottom: 11%; 
    }
}

 
    
    
    
    
}






/* Mobile Devices - Portrait and Landscape */
@media only screen and (max-width: 480px) {
    /* Styles for mobile devices */
    body {
        font-size: 16px;
    }
    .container {
        padding: 10px;
    }
    .header, .footer {
        font-size: 14px;
    }
}

/* Small Devices (Tablets) */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    /* Styles for small devices */
    body {
        font-size: 18px;
    }
    .container {
        padding: 15px;
    }
    .header, .footer {
        font-size: 16px;
    }
}

/* Medium Devices (Tablets in Landscape) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    /* Styles for medium devices */
    body {
        font-size: 20px;
    }
    .container {
        padding: 20px;
    }
    .header, .footer {
        font-size: 18px;
    }
}

/* Large Devices (Laptops and Desktops) */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    /* Styles for large devices */
    body {
        font-size: 22px;
    }
    .container {
        padding: 25px;
    }
    .header, .footer {
        font-size: 20px;
    }
}

/* Extra Large Devices (Large Desktops and Monitors) */
@media only screen and (min-width: 1201px) {
    /* Styles for extra large devices */
    body {
        font-size: 24px;
    }
    .container {
        padding: 30px;
    }
    .header, .footer {
        font-size: 22px;
    }
}





/*


@media ( max-width: 568px)
{
    
   body {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;

    font-weight: 100;

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;

}


   .welcome {
        font-size: 1rem;
        font:Helvetica;
        position: absolute;
        opacity: 0;
        color:white;
          background-color: black;
        border-radius:50%;
        letter-spacing:10px;
        animation-name: topFadeOut;
        animation-duration: 10s;
        margin-left:100%;
    }


    @keyframes topFadeOut {
        0% {
            top: -30rem;
            opacity: 0;
        }

        100% {
            position: absolute;
            opacity: 0;
        }
        100% {

            top: 5rem;
            opacity: 1;
            color: black;
                background-color: transparent;
            color: transparent;

        }

    }


    .em{

        padding-left:75%;
        margin-top: -30%;
        font-size:75%;
        animation-duration: 1s;
        animation-name: rotate ;
    }

    @keyframes rotate {
        from {
            transform: rotate(200deg);
        }
        to {
            transform: rotate(360deg);
        }

    }


    input{
        font-size:220%;
        border-radius:50%;
        border-color:dodgerblue;
        cursor: pointer;
        animation-duration:100s;
        animation-name: rotate;
    }


    @keyframes rotate {
    from {
    transform: rotate(100deg);
    }
    to {
    transform: rotate(360deg);
    }
    }




.dropbtn {
    padding:5px;
    border-radius:50%;
    right:15%;
    margin-left:10%;
    margin-top: 10%;
    cursor: pointer;
    background:transparent;
    border-color:dodgerblue;
    animation-duration: 100s;
    animation-name: rotate;
}




@keyframes rotate {
    from {
        transform: rotate(200deg);
    }
    to {
        transform: rotate(360deg);
    }
}








.dropdown-content {
    display: none;
    position:relative;
    background:transparent;
    min-width: 0px;
    text-decoration:windowtext;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top:1%;
    margin-left:0%;
    border-radius: 13%;
    cursor: pointer;
}

.dropdown-content a {
    color: black;
    padding: 12px  20px;
    display:list-item;
    font-weight: bold;
    background:white;
    font-size:10px;
}



.dropdown {
    position: relative;
    display: inline-block;
    margin-top:0%;
}


.dropdown-content a:hover {display:inline-block; background-color:whitesmoke; }

.dropdown:hover .dropdown-content {display:inline-block;}


.dropdown:hover .dropbtn {background-color: #3b2d26; display:inline-block; }




.yddm{
    letter-spacing:10px;
    padding-right:-70%;
    font-style:normal;
    font-size:10px;
    margin-top: 0%;
    margin-left:2%;
    list-style-type: none;
    cursor: pointer;
    color:white;
    animation-name:ydm;
    animation-duration: 50s;
}

@keyframes ydm {
    from {color:#3b2d26 ;}
    to {color: red;}
    from {color:red;}
    to {color: yellow;}

}

.icon {
    height: 2px;
    background-color:whitesmoke;
    width: 90%;
    margin: auto;
    overflow: auto;
    box-shadow: 0px 5px 5px 2px rgba(55, 55, 55, 0.1);
    box-shadow: 0px 0px 0px  0px rgba(00, 00, 00, 0.0);
    position:static;
    border-radius:100%;
    margin-top:10%;
}





    .chart{
        border-radius:30%;
        image-resolution:from-image;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width:92%;
        align-items: center;
        animation-duration: 5s; 
        animation-name: slidedown; 
        position:relative;
        margin-top:19%;

    }


    @keyframes slidedown {
    from {
    
    margin-bottom: -200%;
    }
    to {
    margin-top: 50%;
    }
     }




    .think{
        border-radius:30%;
        image-resolution:from-image;
        display: block;
        margin-left:Auto;
        margin-right: Auto;
        width:100%;
        align-items: center;
        position:relative;
        margin-top:5%;
        animation-duration: 5s; 
    }


    @keyframes slidedown {
    from {
    
    margin-bottom:30%;
    }
    to {
    margin-top: 50%;
    }
     }




footer {
background:darkblue;
border-radius:50%;
margin-bottom: 20%;
}

footer p {
    margin: 50px;
    padding: 10px 0;
}



.privacy{
    text-align: center;
    color: #ccc;

    width: 100%;
    margin-top: 10%;
    font-size:8px;
}

.copyright{
    color: #ccc;
    margin-top: 10%;
    text-align: center;
    position:relative;
    font-size:9px;
}



.privacyV {
    border-radius:20%;
    image-resolution:from-image;
    display: block;
    margin-left:Auto;
    margin-right: Auto;
    width:100%;
    align-items: center;
    position:relative;
    margin-top:20%;
    animation-name: slidedown;
    animation-duration: 5s;
}


@keyframes slidedown {
    from {
 margin-top: 30%;
        
    }
    to {

 margin-bottom: 11%; 
    }
}

 
 
}







@media ( max-width: 823px)
{
    
   body {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;

    font-weight: 100;

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;

}


   .welcome {
        font-size: 1rem;
        font:Helvetica;
        position: absolute;
        opacity: 0;
        color:white;
          background-color: black;
        border-radius:50%;
        letter-spacing:10px;
        animation-name: topFadeOut;
        animation-duration: 10s;
        margin-left:100%;
    }


    @keyframes topFadeOut {
        0% {
            top: -30rem;
            opacity: 0;
        }

        100% {
            position: absolute;
            opacity: 0;
        }
        100% {

            top: 5rem;
            opacity: 1;
            color: black;
                background-color: transparent;
            color: transparent;

        }

    }


    .em{

        padding-left:77%;
        margin-top: -28%;
        font-size:75%;
        animation-duration: 1s;
        animation-name: rotate ;
    }

    @keyframes rotate {
        from {
            transform: rotate(200deg);
        }
        to {
            transform: rotate(360deg);
        }

    }


    input{
        font-size:250%;
        border-radius:50%;
        border-color:dodgerblue;
        cursor: pointer;
        animation-duration:100s;
        animation-name: rotate;
    }


    @keyframes rotate {
    from {
    transform: rotate(100deg);
    }
    to {
    transform: rotate(360deg);
    }
    }




.dropbtn {
    padding:5px;
    border-radius:100%;
    right:20%;
    margin-left:10%;
    margin-top: 10%;
    cursor: pointer;
    background:transparent;
    border-color:dodgerblue;
    animation-duration: 100s;
    animation-name: rotate;
}




@keyframes rotate {
    from {
        transform: rotate(200deg);
    }
    to {
        transform: rotate(360deg);
    }
}








.dropdown-content {
    display: none;
    position:relative;
    background:transparent;
    min-width: 0px;
    text-decoration:windowtext;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top:1%;
    margin-left:0%;
    border-radius: 13%;
    cursor: pointer;
}

.dropdown-content a {
    color: black;
    padding: 12px  20px;
    display:list-item;
    font-weight: bold;
    background:white;
    font-size:15px;
}



.dropdown {
    position: relative;
    display: inline-block;
    margin-top:0%;
}


.dropdown-content a:hover {display:inline-block; background-color:whitesmoke; }

.dropdown:hover .dropdown-content {display:inline-block;}


.dropdown:hover .dropbtn {background-color: #3b2d26; display:inline-block; }




.yddm{
    letter-spacing:10px;
    padding-right:-70%;
    font-style:normal;
    font-size:12px;
    margin-top: 0%;
    margin-left:5%;
    list-style-type: none;
    cursor: pointer;
    color:white;
    animation-name:ydm;
    animation-duration: 50s;
}

@keyframes ydm {
    from {color:#3b2d26 ;}
    to {color: red;}
    from {color:red;}
    to {color: yellow;}

}

.icon {
    height: 2px;
    background-color:whitesmoke;
    width: 90%;
    margin: auto;
    overflow: auto;
    box-shadow: 0px 5px 5px 2px rgba(55, 55, 55, 0.1);
    box-shadow: 0px 0px 0px  0px rgba(00, 00, 00, 0.0);
    position:static;
    border-radius:100%;
    margin-top:5%;
}





    .chart{
        border-radius:30%;
        image-resolution:from-image;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width:92%;
        align-items: center;
        animation-duration: 5s; 
        animation-name: slidedown; 
        position:relative;
        margin-top:18%;

    }


    @keyframes slidedown {
    from {
    
    margin-bottom: -200%;
    }
    to {
    margin-top: 50%;
    }
     }




    .think{
        border-radius:30%;
        image-resolution:from-image;
        display: block;
        margin-left:Auto;
        margin-right: Auto;
        width:100%;
        align-items: center;
        position:relative;
        margin-top:5%;
        animation-duration: 5s; 
    }


    @keyframes slidedown {
    from {
    
    margin-bottom:30%;
    }
    to {
    margin-top: 50%;
    }
     }




footer {
background:darkblue;
border-radius:50%;
margin-bottom: 50%;
}

footer p {
    margin: 90px;
    padding: 20px 0;
}



.privacy{
    text-align: center;
    color: #ccc;

    width: 100%;
    margin-top: 10%;
    font-size:12px;
}

.copyright{
    color: #ccc;
    margin-top: 10%;
    text-align: center;
    position:relative;
    font-size:12px;
}



.privacyV {
    border-radius:20%;
    image-resolution:from-image;
    display: block;
    margin-left:Auto;
    margin-right: Auto;
    width:100%;
    align-items: center;
    position:relative;
    margin-top:17%;
    animation-name: slidedown;
    animation-duration: 5s;
}


@keyframes slidedown {
    from {
 margin-top: 30%;
        
    }
    to {

 margin-bottom: 11%; 
    }
}

 
 
}
*/













