
.section-container {
    display: flex;
    justify-content: space-between;
    align-items: end;      
   
}

.titles h1, .titles h2 {
    margin: 0;                    
}
.titles h1 {
    font-size: 2.8rem;               
    
    color: #4D7B5D;
    font-family: "Inria Serif", serif;
    font-weight: 900;
}
.titles h2 {
    font-size: 1.5rem;             
    color: #555;                   
}


.nav-item-active {
    color: black;  
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-color: #4D7B5D;
}

.uitzicht, .wandel {
    width: 600px;
    height: 700px;
    object-fit: cover; 
}


