body {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
  color: #333;
  margin: 0;
  padding: 0 10px;
}

.container {
  max-width: 500px;
  margin: 50px auto;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

h1 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: center;
}

p {
  text-align: center;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

input,
textarea,
button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 0.95rem;
  box-sizing: border-box;
}

button {
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

footer {
  text-align: center;
  font-size: 0.8rem;
  color: #777;
  margin-top: 20px;
}

a {
  color: #007BFF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 2rem;

  font-weight: 700;

  margin-bottom: 0.6em;
  text-align: center;
  color: #007bff;

}

h2 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.2em;
  text-align: center;

  color: #555;

}

@media (max-width: 480px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1rem;
  }
}