#notifications {
    z-index: 20;

    position: fixed;
    top: 5px;
    left: 50%;

    width: 100%;

    transform: translateX(-50%);
    pointer-events: none;

    display: flex;
    align-items: center;
    flex-direction: column;
}
#notifications label {
    width: auto;
    
    color: white;
    font-family: Arial;
    font-size: 17.5px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.75);
}