body {
    background-color: #072957;
    background-image: url('tu-imagen-de-fondo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-bottom: 7rem;
  }
.logo {
    margin-top: 20vh; /* Ajusta el margen superior según sea necesario */
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 10px 0;
}
.logo img {
    max-width: 50%;
}