/* css/app.css */
.hero-section {
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: black;
  text-align: center;
}
.hero-section h1 {
  font-size: 4.5em;
  margin-bottom: 0.5em;
}
.hero-section p {
  font-size: 3.5em;
  margin-bottom: 1.5em;
}
