body {
  font-family: "Open Sans", sans-serif;
  background-color: #fffcf4;
  margin: 0;
  padding: 0;
}

.layout_padding {
  padding: 75px 0;
}

.footer_section {
  background-color: #254a93;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

.section-container {
  display: none;
}

.active-section {
  display: block;
}

.error-message {
  color: #d32f2f;
  margin-top: 5px;
  font-size: 14px;
}

.success-message {
  color: #388e3c;
  margin-top: 5px;
  font-size: 14px;
}

.page-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #1f233e;
}