.accordion {
  --bs-accordion-btn-bg: #ffffff;
  --bs-accordion-active-bg: #00264b; /*Accordion header / button */
  --bs-accordion-active-color: #ffffff;
  --bs-accordion-btn-focus-box-shadow: none; /* Removes default blue border around button */
  
 }
  a {
    /*background-color: #00264b; */
    color: white;
    text-decoration: none; /* Optional: removes the default underline */
  }

  /* Optional: make sure the text stays white even when visited or hovered over */
  a:visited, a:hover, a:active {
    color: white;
  }

  /* h3 {
    background-color: #ff6347;
  } */