body {
  background-image: url(iterazoni_bg.png);
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  gap: 1rem;
}

section {
  background-color: rgba(0, 0, 0, 0.631);
  padding: 2rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 0, 0.855);
}

h1 {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
}

p {
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 0.5rem;
}

a {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

h6 {
  margin: 0;
  margin-top: 2rem;
  font-size: 2rem;
}
