.main_modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(125, 201, 255, 0.8);
    top: 0;
    left: 0;
    z-index: 5;
    text-align: center;
    display: none;
}
.modal_layout{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
}
.modal_title > a{
    font-size: 20px;
    color: #5a5757;
    text-decoration: none;
    font-weight: 700;
    text-decoration: underline;
}
.modal_title > a > img{
    width: 30px;
    margin-right: 5px;
}
.esc{
    position: absolute;
    right: 30px;
    top: 30px;
}
.esc > img{
    width: 30px;
}