/* General Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #45ac5d;
    /* background-color: #fdfaf6; */
}

.jumbotron {
    background-color: #f8f9fa;
    padding: 4rem 2rem;
    border-radius: 0.3rem;
}

/* Navbar */
.navbar-brand {
    font-family: 'Georgia', serif;
    font-weight: bold;
    color: #a0522d !important;
}

/* Cards */
.card {
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card-title {
    color: #a0522d;
}

/* Buttons */
.btn-primary {
    background-color: #a0522d;
    border-color: #a0522d;
}

.btn-primary:hover {
    background-color: #8b4513;
    border-color: #8b4513;
}

/* Footer */
footer a {
    color: #6c757d;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
