body { font-family: Arial, sans-serif; max-width: 800px; margin: auto; padding: 1em; }
header { background: #002244; color: white; padding: 1em; text-align: center; }
.logo { max-width: 180px; margin: 0 auto 1em; display: block; }
h1, h2 { margin: 0.2em 0; }
.flags img { width: 24px; margin: 0 5px; }
.btn { display: inline-block; margin-top: 1em; padding: 0.6em 1.2em; background: #002244; color: white; text-decoration: none; }
footer { margin-top: 2em; font-size: 0.9em; color: #444; text-align: center; }

form input,
form textarea {
  width: 100%;
  margin-bottom: 1em;
  font-size: 1.1em !important;
  padding: 0.5em;
}

form button {
  background: #002244;
  color: white;
  border: none;
  padding: 0.6em 1.2em;
  cursor: pointer;
}

/* Zwiększona czcionka dla treści strony głównej */
h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 1.8em;
}

p {
  font-size: 1.2em;
  line-height: 1.6em;
}

/* Styl dla urządzeń mobilnych */
@media (max-width: 600px) {
  form input,
  form textarea,
  form button {
  font-size: 1.2em !important;
  }

  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.6em;
  }

  p {
    font-size: 1.1em;
  }
}
