body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  background-image: url('img/banner.png'); /* Replace with your image path */
  background-repeat: no-repeat;
  background-attachment: fixed; /* Optional: keeps image fixed on scroll */
  background-size: cover;
}

a{
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.text-bg-dark {
  color: #fff !important;
  background-color: #002E54 !important;
}

.cover-container {
  max-width: 42em;
}


p {
    margin-top: 0;
    margin-bottom: 0.4rem;
}