/* Custom Styles */
.hero-section {
    background: url('https://picsum.photos/1920/1080?grayscale') no-repeat center center;
    background-size: cover;
    height: 80vh;
    color: #333;
}

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

.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
