/* styles.css */

/* Custom styles to override Bootstrap if needed */
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.navbar-brand {
    font-weight: bold;
}

.footer {
    background-color: #f8f9fa;
    padding: 20px 0;
}

.footer p {
    margin: 0;
}

.section-title {
    margin-bottom: 40px;
}

/* Adjusted the icon size and color */
.icon-dark {
    color: #343a40; /* Bootstrap's dark grey color */
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}
