body {
    background-image: url("/img/fondo.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    color: white;
}

#menu-cover {
    background-color: rgba(0, 0, 0, 0.527);
    height: 100%;
}

.texto-center{
    text-align: center;
}
