/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.1) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1001;
}

.modal-content {
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 20px;
    border-radius: 10px !important;
}

.modal-content h2 {
    margin-bottom: 20px;
    color: white;
}

.modal-content h3 {
    margin-top: 0px;
    color: white;
}

@media (min-width: 600px) {
    .modal-content {
        width: 50% !important;
        margin: auto;
    }
}

.size-20 {
    font-size: 20px;
}

.size-14{
    font-size: 14px;
}

.modal-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15%;
}

.modal-button {
    background: none;
    border: none;
    font-size: 40px;
    margin: 10px;
    cursor: pointer;
    color: white;
}

.modal-button:focus {
    outline: none;
}

.modal-button img {
    width: 60px;
    height: 60px;
}

.music-toggle {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 1000;
    background: #94842F;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.music-toggle button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.music-toggle img {
    width: 25px;
    height: 25px;
}
