/* Links */
.open-link {
    position: absolute;
    top: 25%;
    width: 41%;
    height: 18.5%;  
}
.close-link {
    position: relative;
    display: inline-block;
    width: 5%;
    height: 9%;
    top: 0% !important;
    right: -47% !important;
    z-index: 22;
}
.link {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0%;
    background: rgba(0,0,0,0.7);
    z-index: 10;
}
.link-box {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    top: 20% !important;
    padding: 20px;
    width: 80%;
    text-align: center;
    z-index: 11;
}
.warning-text {
    margin: 15px;
}
.warning-button {
    background-color: #0460a9;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
}
.cancel-button {
    background-color: #000000;
    border: none;
    color: #ffffff;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 5px;
}

.button img {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 30%
}
.button h3 {
    position: absolute;
    top: 15%;
}

#btn_1 {
    left: 7%;
}
#btn_2 {
    position: absolute;
    top: 25%;
    width: 41%;
    height: 18.5%; 
    left: 52.1%;
}