.bg-primary {
  background: #1f1f1f;
  color: rgb(35,35,35);
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: rgb(254,79,207);
}

div {
  border-radius: 5px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #1ffcfd;
  border: 1px solid rgba(0,0,0,.125);
  margin-bottom: 5px;
  border-radius: 10px;
  font-weight: bold;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #b2bcc5 !important;
}

section {
  color: #000000;
  /*background-blend-mode: hard-light;*/
}

section h2 {
  font-size: 80px;
}

