body {
  background-color: #FDD700;
}


H1 {
  text-align: center;
  font-family: "neue-haas-grotesk-display";
  font-size: 2rem;
  font-weight: 700;
  line-height: 25%;
  letter-spacing: -4%;
}

H2 {
  text-align: center;
  font-family: "neue-haas-grotesk-display";
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 25%;
  letter-spacing: -4%;
}

P {
  text-align: center;
  font-family: "neue-haas-grotesk-display";
  font-size: 1rem;
  font-weight: roman;
  line-height: 25%;
  letter-spacing: -4%;
}

a {
  color: #000000; /* Kolor linku */
  text-decoration: underline;
  transition: color 0.3s ease;
}

a:hover {
  color: #004466; /* Nowy kolor po najechaniu */
  text-decoration: underline; /* Dodaje podkreślenie */
}

