
body {
  font-family: Arial, sans-serif;
  background-color: #fdf6f0;
  color: #444;
  padding: 20px;
}

h1 {
  font-family: 'Pacifico', cursive;
  font-size: 36px;
  color: #f292b3;
  text-align: center;
  margin-bottom: 30px;
}

fieldset {
  background-color: #fffaf5;
  border: 2px solid #f2c6de;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

legend {
  font-weight: bold;
  color: #d17f9c;
}

label {
  display: inline-block;
  width: 180px;
  margin-bottom: 5px;
  color: #5e4b56;
}

input, select, textarea, button {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 6px 10px;
  margin-bottom: 10px;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 5px;
}

button {
  background-color: #f6c1d1;
  color: #333;
  cursor: pointer;
  font-weight: bold;
  margin-right: 10px;
}

button:hover {
  background-color: #f292b3;
}
