body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero {
    background: #121212; 
    color: white;
    padding: 100px 20px; 
    text-align: center;
}

.hero h1 {
    font-size: 3rem;
    font-weight: bold;
}

.section-title {
    margin-bottom: 40px;
    text-align: center;
}

.contact-info {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
}