@import url("zhivotnye.css");

.options .btn div {
    width: 100%;
    padding-top: 90%;
    border-radius: var(--radius);
}

#word {
    text-align: center;
    font-size: calc(1rem + 1vh + 2.5vw);
}

@media (max-width: 600px) {
    .options .btn:first-child {
        min-width: 100%;
        max-width: 100%;
    }

    .options .btn:first-child div{
        padding-top: 40%;
    }
}