/* main.css */

/* ==================== General Body Styles ==================== */
body {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* ==================== Header and Footer Styles ==================== */
header {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}

footer {
  background-color: #6c757d;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}

/* ==================== Utility Classes ==================== */
.text-center {
  text-align: center;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}
