#bush-menu, #animal-menu {
    background-color: rgb(69, 41, 36);
    width: 80%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    overflow: visible;
}
.interaction-button {
    width: 25%;
    aspect-ratio: 1 / 1;
    image-rendering: pixelated;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.name-text {
    text-align: center;
    font-size: 5vw;
    color: aliceblue;
}
#animal-start-button {
    margin-top: 2vw;
    width: 20%;
}
#feed-amount {
    margin-top: 1vw;
    font-size: 4.2vw;
}