#popup_cover{
    position: fixed;
    bottom: 1vh;
    right: 5vw;
    width: 20vw;
    min-width: 256px;
    z-index: 9999999999;
}
#popup_cover div{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border-left: 3px solid rgba(229, 37, 32, 1);
    border-right: 3px solid rgba(229, 37, 32, 1);
    border-radius: 10px;
    padding: 2%;
    margin-top: 1vh;
}
#popup_cover h3{
    width: 95%;
}
#popup_cover p{
    text-align: left;
}
#popup_cover .button{
    outline: none;
    width: auto;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    cursor: pointer;
    float: right;
}
#popup_cover .button a{
    color: white;
    text-decoration: none;
}
#popup_cover .button a:hover{
    color: rgba(229, 37, 32, 1);
    text-decoration: underline rgba(229, 37, 32, 1);
}