body {
  background-color: #000 !important;
  color: #fff !important;
  font-size: 1.25rem !important;
}

a {
  color: #00ffff !important;
}

aside {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}


#toggle-contrast {
  background-color: #fff !important;
  color: #000 !important;
  border: 2px solid #fff !important;
}

#toggle-contrast:hover {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
.card-img-top {
  height: 200px !important;
  object-fit: cover;
}

.card {
  background-color: #000 !important;
  color: #fff !important;
}


.page-header{
  background-color: #e2c46721 !important;
  border: 2px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}


body {
  background-color: #000;
  color: #fff;
}

.container {
  background-color: #000;
}

a {
  color: #00ffff;
  text-decoration: underline;
}
a:visited {
  color: #80ffff;
}
#toggle-contrast {
  margin-top: 0.5rem;
}

details {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

summary {
  color: #fff !important;
}

.fixed-img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}


caption{
  color: #fff !important;
}

.nav-link.active {
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none;
}

video{
  border: solid #fff 1px;
}


.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
  text-decoration: none;
}

.skip-link:focus {
  top: 10px;
}