html, body {
    height: 100%;
}

body {
    padding: 0;
}

/*--------INIZIO STANDBY--------*/
.overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    z-index: 99999;
    cursor: pointer;
}

.p_title_standby {
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
}

.p_standby {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
/*--------FINE STANDBY--------*/