.entrance-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
}

.aps {
    position: absolute;
    left: 10%;
    bottom: 0;
    height: 740px;
}

.enter {
    position: absolute;
    left: 50%;
    bottom: 10%;
    height: 450px;
    cursor: pointer;
    transition: scale 0.1s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.enter:hover {
    scale: 1.05;
}


.aps-text-funny-sex {
    position: absolute;
    top: 20%;
    left: 45%;
    width: fit-content;
    height: fit-content;

    font-family: serif;
    color: #c1b492;
    font-style: italic;
    text-align: center;
    font-size: 18px;
}