.imagen {
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mensaje {
    width: 60%;
    height: 60%;
}
.espera {
    display: flex;
    justify-content: center; 
    margin-top: -20px;
}
.notificacion {
    font-size: 28px;
    margin-left: 10%;
    margin-right: 10%;
    font-family: 'Mochiy Pop One', sans-serif;
    color: #939494e8;
    align-self: center;
    text-align: center;
}
.volver {
    display: flex;
    justify-content: center;
}
.boton {
    font-size: 24px;
    text-decoration: none;
    font-family: 'Mochiy Pop One', sans-serif;
    color: #1b6cac;
    
}