body {
  background-color: #f9f9f9;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

  
  header, footer {
    background-color: #003366;
    color: white;
    padding: 2rem;
    text-align: center;
  }
  
  .form-label {
    margin-bottom: 0.5rem;
  }

  .form-control, .form-select, .form-check-input {
    margin-top: 0.5rem; 
  }

  .mb-3 {
    margin-bottom: 1rem;
  }

  .mb-2 {
    margin-bottom: 0.75rem;
  }

  .form-check-label {
    margin-left: 0.25rem;
  }

  section {
    background-color: #b3cde0;
    margin: 1rem;
    padding: 2rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  
  
  .align-center {
    display: flex;
    align-items: center;
  }
  
  .contrast-toggle {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 9999;
  }
  
  body.table-header {
    background-color: #226699;
    color: white;
  }
  
  a {
    color: #441199;
  }
  a:visited {
    color: purple; 
    text-decoration: underline; 
  }
  

  body.high-contrast .table-header {
    background-color: black !important;
    color: yellow !important;
  }
  
  body.high-contrast section {
    background-color: #222 !important;
    color: yellow !important;
  }
  
  body.high-contrast header,
  body.high-contrast footer {
    background-color: black !important;
    color: yellow !important;
  }
  
  body.high-contrast a {
    color: #00ffff !important;
  }
  
  body.high-contrast .form-control,
  body.high-contrast .form-select {
    background-color: #000;
    color: yellow;
    border: 1px solid yellow;
  }
  
  body.high-contrast .table th,
  body.high-contrast .table td {
    background-color: black;
    color: yellow;
    border-color: yellow;
  }
  
  .nav-link-custom {
    color: #112147 !important;
  }
  
  .color-darkblue {
    background-color: #003366 !important;
    border-color: #003366 !important;
  }
  
  .color-darkblue:hover {
    background-color: #002244 !important;
    border-color: #002244 !important;
  }
  
  body.high-contrast .nav-link-custom {
    color: #001f4d !important;
  }
  

  .max-half-width {
    max-width: 50%;
  }
  
  .img-fixed-400 {
    width: 400px;
    height: auto;
    margin-right: 40px;
  }
  
  .ms-5-custom {
    margin-left: 3rem;
  }
  