.modalInformation {
    top: 25%;
    z-index: 9990;
}

.modalInformationHeader {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: -3vh;
    color: #d9736b;
    text-align: center;
}

.modalHeaderLogo {
    background-color: white;
    border-radius: 100%;
    width: 1em;
}

.informationModal {
    background: white;
    border-radius: 10px;
    border-color: #d9736b;
    border-width: thick;
}

.modalInformationText {
    text-align: center;
    font: normal normal 600 17px/27px Open Sans;
    margin: 5%;
}

.modalInformationButtons {
    text-align: center;
}

.modalInformationButton {
    background-color: #d9736b;
}

.modalInformationBody {
    padding: 15px;
    background: none;
}

.modalInformationDialog {
    width: 50%;
}
