body {
    font-family: 'Arial', sans-serif;
}

.navbar {
    background-color: #28a745 !important;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
}

.nav-link {
    color: #fff !important;
}

.carousel-item img {
    height: 500px;
    object-fit: cover;
}

.card {
    margin-bottom: 20px;
}

footer {
    background-color: #28a745 !important;
    padding: 30px 0;
}

footer h5 {
    font-weight: bold;
    margin-bottom: 20px;
}

footer a {
    color: #fff !important;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
