body {
    background-color: #faf7f3;
}

.njanmuneer {
    position: fixed;
    top: 20vh;
    left: 50%;
    transform: translateX(-50%);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.underc {
    position: fixed;
    left: 50%;
    bottom: 5vh;
    transform: translateX(-50%) rotate(-4deg);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.underc img {
    max-width: 1600vw;
    width: 1578px;
    height: auto;
}



@media (max-width: 600px) {

    .njanmuneer {
        position: fixed;
        top: 30vh;
        left: 50%;
        transform: translateX(-50%);
    }

.njanmuneer img {
    width: 360px;
}

    .underc {
        position: fixed;
        left: 50%;
        bottom: 40vh;
        transform: translateX(-50%) rotate(-4deg);
    }

.underc img {
    width: 440vw;
    max-width: 440px;
}}