body {
  background-color: #f8f5ee;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #4a2f1b;
}

.container {
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px;
  max-width: 1200px;
}

h1 {
  color: #4a2f1b;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 30px !important;
}

form {
  border: 1px solid #d3c7b7 !important;
  background-color: #fffdf9;
}

.form-label {
  color: #6a5a48;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-control,
.form-select {
  border: 1px solid #e8e0d4;
  transition: border-color 0.2s;
}

.form-control:focus,
.form-select:focus {
  border-color: #a89476;
  box-shadow: 0 0 0 0.25rem rgba(168, 148, 118, 0.25);
}

.btn-secondary {
  background-color: #6a5a48;
  border-color: #55483a;
  color: white;
}

.btn-primary {
  background-color: #a89476;
  border-color: #947e62;
  color: white;
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #947e62;
  border-color: #806b52;
}
