/* Estilos personalizados */
.header{
    height: 8vh;
}
.logo{
    max-width: 5vh;
    
    
}
.cover-container {
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 81vh;
    background-image: url('../img/alin-rusu-Y3pGJff_d7A-unsplash.jpg');
  }
 
  .footer{
    height: 11vh;
  }