#more-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(45, 45, 45);
    width: 100%;
}

#more-info-guests {
    display: flex;
    flex-direction: column;
    margin-top: 5vh;
    font-size: 20px;
}

#more-info-guests-heading-one {
    width: 100%;
    font-size: 52px;
    font-family: 'Licorice', sans-serif;
    /* margin-left: 5%; */
    /* text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px; */
}

#more-info-guests-heading-two {
    margin-left: auto;
    margin-right: 5%;
    font-size: 55px;
    font-family: 'Licorice', sans-serif;
    /* text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px; */
}

#more-info-guests-paragraph {
    margin-top: 2vh;
    text-align: center;
}

#more-info-geskenk {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(45, 45, 45);
}

#more-info-geskenk-heading {
    margin-top: 5vh;
    font-size: 52px;
    font-family: 'Licorice', sans-serif;
    font-weight: 500;
}

#more-info-geskenk-paragraph {
    width: 80%;
    margin-top: 2vh;
    font-size: 20px;
    text-align: justify;
    line-height: 1.6;
}

#more-info-geskenk-link {
    margin-top: 2vh;
    padding-bottom: 10vh;
    color: rgb(35, 35, 35);
}



.modal-bank {
    display: none;
    position: fixed; 
    left: 0;
    top: 0;
    z-index: 1; 
    height: 100%;
    width: 100%;
    overflow: hidden; 
    background-color: rgba(0, 0, 0, 0.5); 
}


.banking-modal-content {
    background-color: rgb(255, 250, 250);
    margin: 40vh auto;
    padding-left: 2.5vh;
    padding-right: 2.6vh;
    padding-bottom: 2.5vh;
    border: 2px solid #000000;
    width: 80%; 
    max-width: 500px;
    position: relative;
}

.bank-close {
    background-color: transparent;
    font-size:45px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
}

#bank-modal-heading {
    margin-top: 2vh;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Licorice', sans-serif;
    padding-bottom: 2vh;
}

@media screen and (max-width: 768px) {
    #bank-modal-heading {
        font-size: 40px;
    }
  }
