.notify_l{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: white;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    background-color:black;
}
.notify_l img{
    width:25%;
}
.notify_l h3{
    color: #5f5f5f;
    font-size:350%;
    font-family: 'Istok Web', sans-serif;
    font-weight: 300;
    user-select:none;
}
body{
    overflow:hidden;
}