body { font-family: Arial, sans-serif; background-color: #f8f9fa; }
.hero { background: url('../images/home_banner.jpg') no-repeat center center; background-size: cover; height: 400px; display: flex; align-items: center; justify-content: center; color: white; }
.footer { margin-top: 20px; padding: 10px; background: #333; color: white; }