body {
    background: url("construccion_bts.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
      }
img {
    width: 10%;
    height: 10%;   
}
.logo {
    text-align: center;
}
.textologo {
    text-align: center;
    color: rgb(0, 0, 0);
}
.mensajepadre {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
}
.mensaje1 {
    font-size: 3em;
    text-align: center;
    color: rgb(0, 0, 0);
}
.mensaje2 {
    font-size: 1em;
    text-align: center;
    color: rgb(0, 0, 0);
}
.info {
    background-color: rgba(0, 0, 0, .2);
    color: white;
    text-align: center;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -95%);
}