body {
  background-color: #000000;
  background-image: none;
  color: #fff;
}

.grid-item:hover {
  filter: grayscale(0%);
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}

.grid-container {
  background-color: #121212;
}

.character-info {
  background: black;
  border: none;
}

.bio {
  color: black;
}

.traits {
  color: black;
}
