﻿#openModalButton {
    background: green;
    padding: 10px;
    border-radius: 10px;
    height: min-content;
    color: white;
}

#openModalButton:hover {
    color: red;
    background-color: darkgreen;
}

.modal {
    height: 450px;
    width: 100%;
    max-width: 750px;
    text-align:center;
}

.modal-content {
    border: none;
}