body {
    padding: 0;
    margin: 0;
    background: rgb(41, 41, 41);
}

#hi {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center !important;
    justify-content: center;
}

#chains {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    user-select: none;
    pointer-events: none;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.452));
}

.content {
    width: 93%;
    height: 90%;
    border: 1px solid white;
    outline: 1px solid white;
    outline-offset: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

#blacklist {
    height: 120%;
    position: absolute;
    left:2.5%;
    top:-5%;
    transform: rotate(-7deg);
    z-index: -1;
}

.stuff {
    position: absolute;
    left:0;
    bottom:0;
    height: 65%;
    width: 42%;
    /* border: 1px solid red; */
}

.cheki {
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.540));
    z-index: 2;
}

.cheki:hover {
    filter: drop-shadow(3px 3px 0px rgb(190, 0, 0)) drop-shadow(-3px -3px 0px rgb(190, 0, 0)) drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.540));
}

.tack {
    position: absolute;
}

#cheki1 > .tack {
    width: 10%;
    left: 50%;
    top: -7%;
}


#cheki1 {
    width: 27%;
    position: absolute;
    left: 15%;
    top: 5%;
    transform: rotate(-5deg);
} 

#cheki2 > .tack {
    width: 10%;
    left: 45%;
    top: -3%;
}

#cheki2 {
    width: 25%;
    position: absolute;
    right: 3%;
    top: 8%;
    transform: rotate(5deg);
} 

#cheki3 > .tack {
    width: 10%;
    left: 45%;
    top: 2%;
}

#cheki3 {
    width: 30%;
    position: absolute;
    left: 25%;
    bottom: 5%;
} 

#rec {
    position: absolute;
    bottom: 0;
    width: 40%;
}

.yay {
    width: 55%;
    /* border: 1px solid white; */
    height: 90%;
    margin-right: 4em;
    position: relative;
    z-index: 3;
}

#logo {
    width: 90%;
    margin-bottom: 4em;
}

.ok {
    width: 85%;
    height: 71%;
    margin: auto;
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3em;

}

.ok>.side1 {
    width: 70%;
    height: calc(100% - 20px);
    padding: 10px 0;
    background: white;
    font-family: var(--main);
}

.side1>.text {
    width: 93%;
    margin: auto;
    /* margin-top: 1em; */
    overflow: auto;
    scrollbar-width: none;
    height: 0;
    transition: all .2s ease;
}

.side1>.text img {
    cursor: pointer;
}

.side1>.text img:hover {
    opacity: .8;
}

.side1>.text img:active {
    opacity: 1;
    transform: scale(.98);
}

.showheight {
    height: 100% !important;
}

.side1>.gifs {
    height: 0%;
    transition: all .2s ease;
    overflow: auto;
    scrollbar-width: none;
    width: 93%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

#back {
    width: 100%; 
    margin-top: .25em;
    margin-bottom: .25em; 
    text-decoration: underline;
    /* font-weight: bold; */
    font-size: 2.5em;
    cursor: pointer;
    font-family: "panicstricken";
}

#back:hover {
    text-decoration: none;
}

.side1>.gifs img {
    max-height: 250px;
}

.ok>.side2 {
    width: calc(30% - 20px);
    height: calc(100% - 20px);
    background: white;
    padding: 10px;
    font-family: var(--main);
}

.side2 div {
    width: 93%;
    margin: 1em auto;
}

h2 {
    font-family: 'PUNKBABE';
    font-size: 4em;
    font-weight: normal;
    margin: 0;
    line-height: 1em;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(110, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
    background-clip: text;
    color: transparent;
}

@media screen and (max-width: 1920px) {

    #chains {
        height:100%;
    }

    #blacklist {
        left: 0%;
    }


    .stuff {
        width: 30%;
    }

    #cheki1 {
        width: 37%;
        top: 0;
    }

    #cheki2 {
        width: 35%;
        right: -10%;
    }

    #cheki3 {
        width: 40%;
        bottom: 10%;
    }

   
    .yay {
        width: 65%;
        margin-right: 2em;
    }

    #logo {
        filter: drop-shadow(2px 2px 2px black);
        width: 85%;
        margin-top: 1em;
        margin-bottom: 3em;
    }

    h2 {
        font-size: 2.875em;
    }

}
