.close-button {
    position: absolute;
    display: block;
    background-color: #3173b5 !important;
    width: 3vw;
    height: 3vw;
    max-width: 35px;
    max-height: 35px;
    background: url('../assets/img/shared/close.png');
    background-size: cover;
    cursor: pointer;
    z-index: 101;
}

.close-button:hover {
    background-color: #e9a922 !important;
}

.top-right-0 {
    top: 0px;
    right: 0px;
}

.top-right-5 {
    top: 5px;
    right: 5px;
}

.top-left-0 {
    top: 0px;
    left: 0px;
}

.settings-button {
    width: 8vw;
    padding-left: 22px;
    text-align: center;
}

.sfx-button {
    position: absolute;
    left: 10px;
    top: 72px;
    width: 6rem;
    height: 6rem;

    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    
    padding-top: 1rem;
    font-size: 2px;
    
}

.play-button {
    width: max(11vw, 13vh);
    height: max(11vw, 13vh);
    padding: 1vw;
    text-align: center;
}

