 .modalDea {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-contentDea {
    background-color: #e7f3fe;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 60%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    top: 50%;
    margin-top: -30px;
    position: relative;
    color: rgb(3, 80, 124);
}

.closeDea {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closeDea:hover,
.closeDea:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}