body {
    background-color: #f6f1ea;
}

a {
    margin: 30px;
    text-decoration: none;
    color: #8b5e3c;
}

.btn-brown {
    background: #8b5e3c;
    color: white;
    border-radius: 10px;
}

.hero {
    background: url('img/hero.jpg') center/cover;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    border-radius: 20px;
}

/* Cards */
.card {
    padding: 10px;
    border-radius: 15px;
}

.card img {
    width: 100%;          
    height: 200px;        
    object-fit: cover;    
    border-radius: 15px;  
}

/* Header */
.container-fluid.bg-white {
    padding: 10px 20px;
    height: 90px;
}
.container-fluid.bg-white img {
    height: 60px;
}
