body {
  background-color: #0f1b2e;
}

.hero-section {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hero-section img {
  width: 100%;
  max-width: 1700px;
  object-fit:fill;
  border-radius: 20px;
}

.historia-section h1 {
  text-decoration: underline;
}

.historia-section {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  border-radius: 8px;
}

.historia-section p {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
  line-height: 1.6;
}

.personagem-section {
  max-width: 800px;
  margin: 30px auto;
  padding: 20px;
  border-radius: 8px;
}

.personagem-section p {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
  line-height: 1.6;
}

.personagem-section h1 {
  text-decoration: underline;
}

.navep-section {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 8px;
}

.info-jogo {
  max-width: 800px;
  margin: 40px auto;
  padding: 25px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  text-align: center;
}

.info-jogo h2 {
  font-size: 28px;
  margin-bottom: 15px;
  text-decoration: underline;
}

.info-jogo p {
  font-size: 16px;
  margin: 8px 0;
  line-height: 1.5;
  opacity: 0.9;
}

.info-jogo:hover {
  transform: translateY(-5px);
  transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

footer {
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}