#modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    max-width: 600px;
    height: 600px;
    width: 100%;
}

#modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.modal-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

button.modal-button.cer {
    background-color: #df4c2b;
    border: 1px solid #df4c2b;
    padding: 9px 8px;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #FFFFFF;
    font-family: "Bebas Neue", Sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 280px;
    justify-content: center;
}

button.modal-button.menugomb {
    background-color: #df4c2b;
    border: 1px solid #df4c2b;
    padding: 9px 8px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #FFFFFF;
    font-family: "Bebas Neue", Sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 210px;
    justify-content: center;
}

button.modal-button.menugomb svg#fi_685352 {
    width: 25px;
    height: auto;
    fill: white;
}



@media screen and (max-width: 600px) {
    #modal-content {
        height: 90%; /* Hozzáadva */
    }

    button.modal-button.cer {

        font-size: 21px;
        width: 246px;
    }
}
