body { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

.hero { 
    background: #121212; 
    color: white; 
    padding: 80px 20px; 
    text-align: center; 
}

.hero h1 { 
    font-size: 2.5rem; 
    font-weight: bold;
}

.section-title {
    margin-bottom: 40px;
    text-align: center;
}