#content-body-title {
    font-family: "Khula SemiBold";
    font-size: 48;
    color: black;
    margin: 0;
    position: absolute;
    top: 5.55555vh;
}

#content-body-art {
    position: absolute;
    bottom: 8.3333vh;
    width: 56.25vw;
    height: 75vh;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 25%);
}

#content-body-art img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 67%;
    z-index: 50;
    cursor: pointer;
}

#content-body-art-desc {
    position: absolute;
    background-color: white;
    width: 100%;
    height: 33%;
    z-index: 100;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#content-body-art-desc p {
    margin: 0;
    width: 100%;
    font-family: "Khula Regular";
    font-size: 36;
    text-align: center;
}

#content-body-art-desc-name {
    margin-top: 2% !important;
}

#content-body-art-desc-credits {
    margin-bottom: 2% !important;
}

#content-body-left, #content-body-right {
    font-family: "KoPub Batang";
    font-size: 48;
    cursor: pointer;
}

#content-body-left {
    position: absolute;
    left: 60;
}

#content-body-right {
    position: absolute;
    right: 60;
}

#content-body-art-desc a {
    color: black;
    text-decoration: none;
}

#content-overlay {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(20px);
    z-index: 100;
}

#content-overlay-image {
    max-width: 90%;
    max-height: 90%;
}

#content-overlay-close {
    position: absolute;
    top: 60;
    right: 60;
    width: 60;
    cursor: pointer;
}