body {
  margin: 0;
  padding: 0;
  background-color: #000; /* Negro */
  color: #ff6600; /* Naranja */
  font-family: "Arial", sans-serif;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container h1 {
  font-size: 4rem;
  text-align: center;
}
