/*
* { 
    box-sizing: border-box; 
    margin: 0; 
    padding: 0; 
}*/
body {
    background-color: rgba(246, 212, 158, 0.119);
}

.main-bckgr {
    background: linear-gradient(rgba(219, 213, 213, 0.879), 
    rgba(153, 147, 147, 0.82)),
    url(/background-img/background-3.jpg) no-repeat center/cover;
}


.section-title { 
    text-align: center; 
    margin-bottom: 40px; 
    font-size: 2.5rem; 
}

footer { 
    text-align: center; 
    padding: 5px; 
    background: white; 
    color: #b6afaf; 
    font-size: 0.8rem; 
    border-top: 1px solid #eee;
}


/*-- 
body { 
    font-family: 'Lato', sans-serif; 
    color: black; 
    line-height: 1.6; 
    scroll-behavior: smooth; 
}
--*/
/*
.nav-links {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: #555555;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: bold;
    letter-spacing: 1px;
}
*/