body {
  background-color: #0a2a1f;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.85);
}

.hero {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("https://jubasgo.amibasgo.com.br/img/aqui_vou_eu.png") center/cover
      no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
}

.hero h1 {
  font-size: 4rem;
  color: #ffa500;
  text-shadow: 2px 2px 5px #000;
}

.hero p {
  font-size: 1.5rem;
  margin-top: 1rem;
}

.section {
  padding: 4rem 2rem;
}

.section h2 {
  color: #ffa500;
  margin-bottom: 2rem;
}

.gallery img {
  transition: transform 0.5s ease;
}

.gallery img:hover {
  transform: scale(1.05);
}

.parallax {
  height: 300px;
  background: url("https://jubasgo.amibasgo.com.br/img/aqui_vou_eu.png")
    center/cover fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.parallax h2 {
  color: #fff;
  text-shadow: 2px 2px 5px #000;
  font-size: 2.5rem;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 1rem 0;
}
