body {
    font-family: Arial, sans-serif;
}

h1, h2 {
    color: #2c3e50;
}

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

.card-title {
    color: #e74c3c;
}

footer {
    background-color: #2c3e50;
}

.hero {
    background: url('images/hero-background.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
