
body {
  font-family: 'Segoe UI', sans-serif;
}
.hero {
  background: url('../images/hero-background.png') no-repeat center center;
  background-size: cover;
  height: 60vh;
}
.section {
  padding: 60px 0;
}
footer {
  color: white;
}
