.modal-menu {
    position: absolute;
    z-index: 3;
    background-color: #222222dd;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    transition: .7s;
    overflow: scroll;
}

.modal-menu p,
.modal-menu h1,
.modal-menu h2,
.modal-menu li {
    color: #eee;
    text-align: left;
    max-width: 840px;
    margin: 0 auto 16px auto;
}

.modal-menu a {
    color: #9acfea;
}

.modal-menu a:hover {
    color: lightblue;
}

.modal-menu h1 {
    margin-top: 20px;
}

.modal-menu p {
    line-height: 1.5;
}

.closeModal {
    float: right;
    cursor: pointer;
    color: white;
}

.modal-content {
    background-color: #222233;
    padding: 25px;
    margin: 30px auto;
    overflow: scroll;
    max-width: 1000px;
}