html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: linear-gradient(270deg, #e99546, #8b5aa7, #d14059, #dc493c);

    background-size: 400% 400%;
    -webkit-animation: Gradient 60s ease infinite;
    -moz-animation: Gradient 60s ease infinite;
    animation: Gradient 60s ease infinite;
    font-family: Arial;
    user-select: none;
}





@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}






#oval {
    width: 100vw;
    height: 100vw;
    background: linear-gradient(250deg, #b1bacc, #79839a, #134169);
    background-size: 200% 200%;
    z-index: -1;
    border-radius: 50vw / 100vh;
    left: -50vw;
    position: fixed;
    animation: Gradient 260s ease infinite;

}

#dl {
    border: 3px solid transparent;

}

#dl:hover {
    border: 3px solid black;
}

.widgets {
    width: 500px;
}

/* EOS */


.welcome {
    text-align: center;
    color: white;
}


h2 {
    padding: 0;
    margin: 0;
}

p {
    font-weight: normal
}


.download {
    color: black;
    background: #fff;
    font-size: 13px;
    margin: 0 auto;
    padding: 20px;
    width: 120px;
    vertical-align: middle;
    border-radius: 15px;
}


.darkButton {
    color: white;
    background: #222;
}

.darkButton:hover {
    border: 3px solid white !important;
}

#powered {
    position: fixed;
    bottom: 60px;
    left: 60px;
    opacity: .8;
    z-index: 99;
    color: #fff;
}

#powered0 {
    position: fixed;
    bottom: 60px;
    left: 60px;
    opacity: .8;
    z-index: 99;
    color: #fff;
}

a {
    text-decoration: none;
}

.switcher {
    width: 48px;
}


.logo {
    width: 420px;
    margin-top: 100px;
}

.win1 {
    position: static;
    bottom: 0px;
    left: 0px;
}

.win2 {
    position: static;
    bottom: 0px;
    right: 0px;
    float: right;
}

.taskbar {
    width: 100%;
    height: 30px;
    background: #EEEEEE;
    position: static;
    bottom: 0px;
}

.footer {margin: 0 auto;width:calc(100vw - 250px)}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {


    


    #oval {
        display: none;
    }

    #powered0 {
        display: none;
    }



    #powered {
        margin: 0 auto;
        width: 100%;
        top: 50px;
        text-align: center;
        right: auto !important;
    }


    #dol {
        display: none;
    }

    #mob {
        display: block;
    }

    #sendme {
        display: block;
    }


    .logo {
        width: 80%;
        margin-top: 100px;
    }

    .widgets {
        width: 80%;
    }

    
.footer {margin: 0 auto;width:90%;}


}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {


    .footer {margin: 0 auto;width:90%;}

    #powered {
        top: 60px
    }

    #oval {
        height: 150vh
    }

    #powered0 {
        display: none;
    }

    #dol {
        display: none;
    }

    #mob {
        display: block;
    }

    #sendme {
        display: block;
    }


    .logo {
        width: 30%;
        margin-top: 100px;
    }

    .widgets {
        width: 50%;
    }


}


