body { font-family: Arial, sans-serif; font-size: 16px; }
.err { color: red; font-weight: bold; }

@media (max-width: 600px) {
  body { font-size: 20px; }
  input, select, textarea, button { font-size: 18px; }
}
