body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  color: #000000;
}

.parallax {
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  text-align: center;
}

h1 {
  font-size: 48px;
}

p {
  font-size: 24px;
}

/* Gaya futuristik */
h1, p {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Gaya futuristik untuk latar belakang paralaks */
.parallax {
  background-color: rgba(0, 0, 0, 0.7);
}
