body {
    display: flex;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn.wallpapersafari.com%2F26%2F18%2F50rqVC.png&f=1&nofb=1&ipt=8bf51776608949afa7a628522a3423cfc9c4824a44814df1468f5f6cf08ee38f");
}

body.themed {
    background-image: url("cat.jpg") !important;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

body.themed2 {
    background-image: url("cat2.jpg");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    transition: all ease-in-out .2s;
    display: flex;
    align-items: center;
    float: left;
    box-shadow: 0 4px 16px;
    background-image: url("imaages.jpeg");
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 95%;
    z-index: 2;
    user-select: none;
}

header.themed {
    background-image: linear-gradient(to bottom,
        #393939 0%,
        #191919 50%,
        #010101 50%,
        #000000 100%
    ) !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0!important;
    color: white !important;
}

header.themed2 {
        background-image: linear-gradient(to bottom,
        rgba(255,255,255,.30) 0%,
        rgba(255,255,255,.18) 30%,
        rgba(255,255,255,.10) 100%
    ) !important;
} 

header.themed p:hover {
    color: rgba(116, 131, 153, 0.9);
}

header.themed2 p:hover {
    color: rgba(116, 131, 153, 0.9);
}

header p {
    cursor: cell;
    text-shadow: rgba(0, 0, 0) 4px 8px 16px;
    margin-top: 0.5%;
    margin-bottom: 0.5%; 
    margin-left: 0.5%;
    font-size: 220%;
    color: antiquewhite;
    transition: all ease .2s;
}

header p:hover {
    color: rgba(230, 200, 150, 1);
}

nav ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding-left: 20%;
}

nav ul li {
    padding-inline: 20%;
    float: left;
}

nav ul li a {
    display: block;
    color: antiquewhite;
    text-align: center;
    text-decoration: none;
    transition: all ease .2s;
    text-shadow: rgba(0, 0, 0) 4px 8px 16px;
    cursor: pointer;
}

nav ul li a:hover {
    color: rgba(230, 200, 150, 1);;
}

nav ul li a.themed:hover {
    color: rgba(116, 131, 153, 0.9);
}

.hdiv {
    cursor: default;
    box-shadow: 0 4px 32px rgba(0,0,0);
    border-radius: 5%;
    border: inset;
    padding: 2%;
    background-image: linear-gradient(
    to bottom, 
        rgba(99, 110, 125, 0.9) 0%,
        rgba(50, 61, 78, 0.95) 50%,
        rgba(28, 35, 45, 0.95) 100%
    );
    color: antiquewhite;
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%) scale(1);
    text-align: center;
    transition: all ease .2s;
}

.hdiv:hover {
    transform: translate(-50%, -60%) scale(1.1);
    box-shadow: 0 8px 64px rgba(0,0,0);
}

.hdiv.themed {
    background-image: linear-gradient(
    to bottom, 
        rgba(116, 131, 153) 0%,
        rgba(66, 84, 112) 50%,
        rgba(37, 59, 89) 50%,
        rgba(33, 41, 53) 100%
    ) !important;
    box-shadow: 0 0;
    transition: all ease-in-out .2s  !important;
    color: white !important;
}

.hdiv.themed:hover {
    transform: translate(-50%, -60%) scale(1.1) !important;
    box-shadow: 0 4px 4px rgba(50, 50, 50) !important;
}

.hdiv.themed2 {
    background-image: linear-gradient(to bottom,
        rgba(255,255,255,.30) 0%,
        rgba(255,255,255,.18) 30%,
        rgba(255,255,255,.10) 100%
    ) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    text-shadow: 0 -1px 0 rgba(0,0,0, 0.25);
}

.goy {
    position: absolute;
    bottom: 0%;
    right: 0%;
    left: 0%;
    background-image: linear-gradient(rgba(10, 10, 10, 0.75), rgba(100, 100, 100, 0.5));
}

.goy.themed {
    background-image: linear-gradient(to bottom,
        #393939 0%,
        #191919 50%,
        #010101 50%,
        #000000 100%
    ) !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0!important;
    color: white !important;
}

.goy.themed2 {
        background-image: linear-gradient(to bottom,
        rgba(255,255,255,.30) 0%,
        rgba(255,255,255,.18) 30%,
        rgba(255,255,255,.10) 100%
    ) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

marquee {
    color: antiquewhite;
    font-size: 150%;
    cursor: default;
}

#aboutdiv {
    display: flex;
    align-items: center;
    position: absolute;
    background-image: url("imaages.jpeg");
    z-index: 1;
    top: 5%;
    left: 0%;
    right: 0%;
    height: 5%; 
    color: antiquewhite;
    transform: translateY(-200%);
    transition: all 0.4s ease-in-out;
}

#aboutdiv.open {
    box-shadow: 0 4px 16px rgba(0,0,0);
    transform: translateY(0%);
}

#aboutdiv.themed {
    background-image: linear-gradient(to bottom,
        #393939 0%,
        #191919 50%,
        #010101 50%,
        #000000 100%
    ) !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 !important;
    color: white !important;
}

#aboutdiv.themed2 {
    background-image: linear-gradient(to bottom,
        rgba(255,255,255,.30) 0%,
        rgba(255,255,255,.18) 30%,
        rgba(255,255,255,.10) 100%
    ) !important;
    color: rgba(99, 110, 125, 0.9) !important;
    box-shadow: 0 2px 16px rgba(0,0,0) !important;
}

h2 {
    text-shadow: rgba(0, 0, 0) 4px 8px 16px;
    padding-inline: 5%;
}

#aboutdiv p {
    text-shadow: rgba(0, 0, 0) 4px 8px 16px;
}

.chubbirdiv {
    background-image: url("imaages.jpeg");
    position: absolute;
    bottom: 80%;
    left: 2%;
    padding: 1%;
    box-shadow: 0 4px 16px rgba(0,0,0);
    color: antiquewhite;
    text-shadow: 0 4px 16px rgba(0,0,0);
    transform: translateX(-200%);
    transition: all .4s ease-in-out;
    cursor: alias;
}

.chubbirdiv.open {
    transform: translateX(-20%);
}

.chubbirdiv.themed {
    background-image: linear-gradient(to bottom,
        #393939 0%,
        #191919 50%,
        #010101 50%,
        #000000 100%
    ) !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 !important;
    color: white !important;
}

.chubbirdiv.themed2 {
    background-image: linear-gradient(to bottom,
        rgba(255,255,255,.30) 0%,
        rgba(255,255,255,.18) 30%,
        rgba(255,255,255,.10) 100%
    ) !important;
    text-shadow: 0 -1px 0 rgba(0,0,0, 0.1);
    color: rgba(116, 131, 153, 0.9);
}
/* bullshit starts here */
@media screen and (max-aspect-ratio: 1/1.5) {
    html {
        font-size: 150%;
    }
    
    header {
        display: block;
        bottom: 90%;
        text-align: center;
    }
    
    nav ul {
        padding-left: 0;
        justify-content: center;
    }
    nav ul li {
        padding-inline: 10%;
        padding-top: 1%;
    }
    
    #aboutdiv {
        top: 10%;
        height: 10%;
    }
}

@media screen and (max-aspect-ratio: 1/2) {
    nav ul li {
        font-size: 125%;
    }
    header p {
        font-size: 175%;
    }
}

@media (max-height: 640px) {
    nav ul li {
        font-size: 50%;
    }
    header p {
        font-size: 75%;
    }
}

@media screen and (min-aspect-ratio: 2/1) {
    header p {
        font-size: 150%;
    }
    nav ul li {
        font-size: 100%;
    }
}
/* finally ends here */
.ios {
    position: absolute;
    background-image: linear-gradient(to bottom, 
        #727272 0%,
        #6b6b6b 50%, 
        #3f3f3f 50%, 
        #3a3a3a 100%  
    );
    border-radius: 1px;
    bottom: 5%;
    padding: 0.25%;
    cursor: pointer;
    font-size: 75%;
    color: antiquewhite;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}