/* General Styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

h2 {
    color: #333;
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('hero-bg.jpg');
    background-size: cover;
    padding: 100px 0;
}

/* Footer */
footer {
    margin-top: 20px;
    padding: 15px;
}
