/* Custom Styles */
.hero-section {
    background-color: #f8f9fa;
    height: 80vh;
    color: #333;
}

.navbar-brand {
    font-family: 'Georgia', serif;
    font-weight: bold;
}

.card {
    border: 1px solid #ddd;
}
