
body {
  font-family: Arial, sans-serif;
}
.hero {
  position: relative;
}
.hero h1, .hero p {
  text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}
