body {
    font-family: 'Segoe UI', sans-serif;
}

.hero-section {
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),
                url('../images/hero.jpg') center/cover no-repeat;
    padding: 100px 0;
}

.hero-section h1 {
    font-size: 2.5rem;
}
