body.inicio {
  background-color: #0d0d0d;
  color: #ffffff;
  font-family: 'Georgia', serif;
  text-align: center;
  padding: 2em;
}

.contenido {
  max-width: 800px;
  margin: auto;
}

h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.foto-principal {
  max-width: 90%;
  margin: 1em 0;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(255, 0, 150, 0.3);
}

p {
  font-size: 1.1em;
  margin-bottom: 2em;
}

.boton {
  display: inline-block;
  padding: 12px 24px;
  background-color: #ff4d6d;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.boton:hover {
  background-color: #ff1e49;
}
