body {
  scroll-behavior: smooth;
}

.hero {
  background-image: url('https://source.unsplash.com/1600x900/?restaurant,italian');
  background-size: cover;
  background-position: center;
}

.hero .title, .hero .subtitle {
  color: white;
  text-shadow: 1px 1px 2px black;
}
