body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color:aliceblue;
    text-align: center;
    background-image: url('./background.png');
    background-size: cover;
}
.header{
    backdrop-filter: blur(10px);
    text-align: center;
    font-size: 56;
    color: aliceblue;
    border-style: ridge;
    border-color: wheat;
    border: 2pxd;
    border-radius: 5px;
    background-color: rgb(169,169,169,0.5);

}
a{
    color: blanchedalmond;
}
.page
{
    background-color: rgba(152, 143, 255, 0.404);
    backdrop-filter: blur(10px);
    height: 300px;
    border-style: ridge;
    border-color: wheat;
}
.page > .discord-info {
    position: static;
    align-items: center;
    bottom: 30%;
}
.title {
    font-family: consolas;

}
.social{
    background-color: rgba(0, 0, 0, 0.601);
    backdrop-filter: blur(30px);
    border-style: ridge;
    border-color: rgba(0, 0, 0, 0.569);
    position: fixed;
    bottom: 0%;
    left: 0%;
    width:100%;
    text-align: left;
    text-decoration: none;
    word-spacing: 5px;
    z-index: 8;
}
.datetime {
    position:fixed;
    font-family: 'segoe UI';
    right:1%;
    text-align: center;
}
.Updates{
    background-color: rgba(0, 191, 255, 0.322);
    backdrop-filter: blur(10px);
    border-style: ridge;
    border-radius: 5px;
    border-color: wheat;
}
.watermark{     
    position: fixed;
    bottom:5%;
    right: 0%;
    text-align: right;
    z-index: 9;
    opacity: 80%;
}
.Start{
    background-color: rgba(0, 0, 0, 0.601);
    backdrop-filter: blur(10px);
    z-index: 8;
    height: 80%;
    width: 50%;
    position:fixed;
    bottom: 7%;
    font-size: 80px;
    text-align: left;
    display: none;
    border-color: rgba(51, 50, 50, 0.315);
    border-radius: 5px;
    border-style: ridge;
    transition: all 0.5s ease;
    
}
.button1{
    padding: 50px;
    position: fixed;
    left: 45px;
    top: 45px;
    height: 80px;
    width: 80px;
    background-color: rgba(48, 48, 48, 0.178);
    backdrop-filter: blur(3px);
     transition: all 0.2s ease-in-out;

}
.startclicked{
    display: block;
    animation: opened 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.button1:hover{
    background-color: rgba(176, 176, 176, 0.395);
}
.button2{
    padding: 50px;
    position: fixed;
    left: 235px;
    top: 45px;

    height: 80px;
    width: 80px;
    background-color: rgba(48, 48, 48, 0.178);
    backdrop-filter: blur(3px);
     transition: all 0.2s ease;
}
.button2:hover{
    background-color: rgba(176, 176, 176, 0.395);
}
.button3{
    padding: 50px;
    position: fixed;
    left: 425px;
    top: 45px;

    height: 80px;
    width: 80px;
    background-color: rgba(48, 48, 48, 0.178);
    backdrop-filter: blur(3px);
     transition: all 0.2s ease;
}
.button3:hover{
    background-color: rgba(176, 176, 176, 0.395);
}
.social > a{
         transition: all 0.2s ease;
         border-radius: 5px;
         padding: 5px;
         margin-left: 5px;
         height: 50px;
         border-style: dotted;
         border-color: rgba(48, 48, 48, 0.178);
         height: max-content; 
         animation: opened 0.5s ease-in-out;
}
.social > a:hover{
       background-color: rgba(176, 176, 176, 0.395);
        border-radius: 5px;
         border-style: groove;
}
.datetime > a {
    text-decoration: none;
    color: white;
}
.recommend{
    z-index: 10;
    position: absolute;
    background-color: rgba(247, 249, 118, 0.692);
    left: 80%;
    color: rgb(29, 29, 29);
    bottom: 20%;
    backdrop-filter: blur(10px);
    border-radius: 3px;
    border-color: aqua;
    border-style: groove;
       animation: anistart 2.5s ease-in-out;
    display: block;
}
.recommend > a{
        text-decoration: none;
        background-color: rgba(136, 0, 255, 0.503);
        color: rgb(0, 2, 127);
       transition: all 0.2s ease;

}
.recommend > a:hover{
        background-color: rgba(53, 56, 255, 0.578);
        color: rgba(0, 255, 123, 0.503);
}
@keyframes anistart {
    0%{opacity: 2%;}
    100%{opacity: 100%;}
}
.x{
    position: inherit;
    right: 0%;
    cursor: default;
    background-color: rgba(0, 255, 255, 0.442);
    width: 100%;
    text-align: right;
    margin-right: 0%;
}
.x > a{
    color: rgb(173, 173, 173);
    margin: 2%;
    height: 10%;
    width: 10%;
    background-color: rgb(185, 0, 0);
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    border-style: groove;
    border-color: antiquewhite;
    transition: all 0.2s ease;
}
.x > a:hover{
    background-color: rgb(255, 107, 107);
    border-color: aqua;
    box-shadow: aqua 100px;
}
@media screen and (max-width: 1366px) {
div.button2{
left: 5%;
top: 35%;
}
div.button1{
    left: 5%;
    top: 45px;
}
div.button3{
    left: 5%;
    top: 63.5%;
}
}
@media screen and (max-width: 768px) {
div.start{width: 50%;}
div.button2{
    left: 5%;
    top: 35%;
}
div.button1{
    left: 5%;
    top: 45px;
}
div.button3{
    left: 5%;
    top: 63.5%;
}
div.header{
    font-size: 36;
}
div.watermark{
    font-size: 0;
}
div.recommend{
    display: none;
}
}
.norecommend{
    display: none;
}
@keyframes opened{
    0%{
        opacity: 0%;
        bottom: 0%;
    }
    50%{
        opacity: 50%;
    }
    100%{
        bottom: 7%;
    } 
}
@keyframes socialani {
    0%{
        height: 0%;
    }
    100%{
        height: 8%;
    }
}

