.modal-modal{
    display: none;
    position: absolute;
    width: 80%;
    width: 30vw;
    height: 40vw;
    align-content: center;
    margin: auto;
    border-radius: 10px;
    top: 3vw;
    right: 35vw;
    z-index: 1;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px #2c2c2c;

    text-align: center;

}

.modal-modal h2{
    color: #2c2c2c;
    margin-top: 2vw;
    margin-bottom: 3vw;
}