body {
  background-color: #1b1919;
  color: #f8eeb4;
  font-family: poppins;
}
.headText {
  font-family: poppins;
  font-weight: 800;
  text-align: center;
}
.btn-g {
  background-color: rgb(167, 209, 41) !important;
  color: black !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 3rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.btn-g:hover,
.btn-g:visited,
.btn-g:focus,
.btn-g.active {
  filter: brightness(1) !important;
}
.btn-g:active {
  filter: brightness(0.85) !important;
}

.seminar-section h1 {
  padding-top: 1rem;
}

.seminar-section p {
  color: #ffffff;
  text-decoration: none;
}
.seminar-section a {
  text-decoration: none;
}
.resource-link {
  color: rgb(167, 209, 41);
}

.resource-link:hover {
  filter: brightness(3);
}
.breadcrumb li a {
  color: rgb(167, 209, 41);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgb(167, 209, 41);
}
.breadcrumb-item.active {
  color: #f8eeb4 !important;
}
