body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero {
  height: 80vh;
  background-size: cover;
  background-position: center;
}

.hero h1 {
  text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

footer {
  font-size: 0.9rem;
}
