body {
    background-image: url('/static/css/login.jpg'); 
    background-size: cover; 
    background-attachment: fixed; 
    background-position: center; 
    
}

.custom-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
} 

a.nav-link.active {
    text-decoration: none; 
    
    
}

a.nav-link.active:hover {
    color: #ff4d00; /* Cambia el color al pasar el ratón por encima */
    
}

.icon-and-text {
    float: inline-end; 
    align-items: end;
    
    
}

.icon-and-text img {
    float: inline-end; 
    margin-left: 5px; 
}

.boon-bottom {
    float: center; 
    margin-left: 60px; 
}
