@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

body {
  font-family: Arial, sans-serif;
}

.form-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #f9f9f9;
}

.responses {
  margin-top: 30px;
}

.response {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.btn {
  border-radius: 20px !important;
}

.btn-primary {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border: none;
  background-color: #ffffff !important;
  color: #b57600 !important;
  font-weight: 700;
}

.rounded-2 {
  border-radius: 1rem !important;
}

.rounded-3 {
  border-radius: 2rem !important;
}

.shadow-lg {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px !important;
}

.shadow-sm {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
}

.card {
  border: none !important;
}

.card-body {
  border: none !important;
  border-radius: 15px !important;
}

#rsvpForm {
  background-color: #b57600;
}

.bg-green {
  color: #fff;
  background-color: #b57600;
}

p {
  font-size: 12px;
}

h5 {
  font-weight: 700;
  font-size: 14px;
}

.rsvp-h {
  font-weight: 900;
  font-family: "Satisfy", cursive;
  text-transform: capitalize;
}