.beyond_notification_container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 999;
    pointer-events: none;
/*    background-color: red;*/
}
.beyond_notification {
    padding: 20px;
    border-radius: 20px;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 3px 5px 0px black;
    text-align: center;
    margin: 50px;
}