.menu-options {
    width: calc(var(--largest) * 3.5);
    height: auto;
    aspect-ratio: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5%;
    align-items: center;
}

.menu-options > button {
    width: 75%;
    height: 25%;
}

#settings {
    position: absolute;
    width: var(--larger);
    aspect-ratio: 1;
    top: var(--tiny);
    right: var(--tiny);
}