.main-beast {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    overflow: hidden;
}

.buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 100px;
    margin-top: 30px;
}

.beast-yes,
.beast-no {
    width: fit-content;
    height: fit-content;
    text-align: center;
    transform-origin: center;
}

.beast-yes a,
.beast-no a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--lowkey);
    font-weight: bold;
    font-size: 50px;
}

.beast-no a {
    cursor: pointer;

}

.beast-no a {
    z-index: -5;
    filter: brightness(0.3);
}

.beast-yes a:hover {
    cursor: pointer;
    color: var(--lowkey);
}

.box.beast-yes:hover {
     transform: rotate(2deg);
     filter: brightness(1.3);
}

.box.beast-no:hover {
     transform: rotate(-2deg);
     /* filter: brightness(1.3); */
}

.beast-no a:hover {
    filter: brightness(1.1);

}

.infodump {
    bottom: 30px;
    height: fit-content;
    width: fit-content;
    font-size: 28px !important;
    padding: 8px 12xpx;
}

.ogur {
    transform: scale(3);
}

@media (min-width: 2560px) and (min-height: 1440px) {
    .ogur {
        transform: scale(4);
    }
}

@media (max-width: 1440px) and (min-width: 1367px) {
    .ogur {
        transform: scale(2.25);
    }
}

@media (max-width: 1366px) and (min-width: 1281px) {
    .ogur {
        transform: scale(2.13);
    }

    @media (max-width: 1280px) and (min-width: 1025px) {
        .ogur {
            transform: scale(2);
        }
    }
}
