.red_popup {
    position: fixed;
    width: 300px;
    top: 50%;
    left: 50%;
    /* margin-top: -75px; */
    /* margin-left: -150px; */
    background-color: white;
    transform: translate(-50%, -50%);
    border: 2px solid #da1108;
    padding: 20px 10px 20px 10px;
    text-align: center;
    color: black;
    font-size: 19px;
    z-index: 10000;
    box-shadow: 0px 0px 10px #b1b1b1;
}
