body {
    font-family: 'Raleway', sans-serif;
    background-color: #fdfcfb;
    color: #3c2a21;
}

h1, h4, .navbar-brand {
    font-family: 'Playfair Display', serif;
}

.navbar {
    background-color: #6c4e37 !important; 
}

.navbar-brand, .nav-link {
    color: #fdfcfb !important;
}

.navbar-brand:hover, .nav-link:hover {
    color: #f4d9c6 !important;
}

footer {
    background-color: #6c4e37;
    color: #fdfcfb;
    padding: 15px 0;
    text-align: center;
    margin-top: 40px;
}

#content {
    min-height: 60vh;
    padding: 20px;
}
