html,
body {
  background: linear-gradient(135deg, #c0d7df 0%, #dbe6f6 50%, #a0b4c8 100%);
  font-family: Arial, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* A főcím és alcím stílusai */
h1 {
  font-size: 36px;
  color: black;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  /* Nagybetűs szöveg */
}

h2 {
  font-size: 24px;
  color: black;
  margin-bottom: 20px;
  /* Térköz a címek és a gombok között */
  text-align: center;
  /*Középre igazítás.*/
}

p {
  font-size: 20px;
  color: black;
  line-height: 1.5;
  height: auto;
  margin-bottom: 20px;
  text-align: center; /* Középre igazítás */
  margin-left: auto; /* Középre igazítás */
  margin-right: auto; /* Középre igazítás */
  margin-top: 0; /* Felül legyen */
  width: 100%; /* Teljes szélesség */
}
