body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f4f4f4;
}

.hero {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

h1, h2, h4 {
  font-weight: 700;
}

footer {
  font-size: 14px;
}
.hero .container {
  background-color: rgba(0, 0, 0, 0.6); /* Fondo oscuro con transparencia */
  padding: 30px;
  border-radius: 10px;
}
.text-shadow {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

