#modalWrap {
    display: none;
    background-color: black;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.innerModal {
    background-color: white;
    min-width: 500px;
    padding: 20px;

}