* {
  font-family: "Century Gothic", sans-serif;
}

.font-segoe-ui {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

.about-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.section {
  padding: 3rem 1.5rem;
  background-color: #f8f9fa;
  margin-bottom: 1.5rem;
  border-radius: 8px;
}

.section-title {
  color: #2c6f1a;
  font-size: 30px;
}

.card-title {
  color: #2c6f1a;
}

html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.display-5 {
  color: #2c6f1a;
}

.bg-warning {
  background-color: #2c6f1a !important;
}

.custom-header {
  background-color: #2c6f1a;
  /* Custom background color */
  padding: 1rem;
  /* Add padding if needed */
}

.custom-header h2 {
  margin: 0;
  /* Remove default margin if needed */
}
