.bd {
  text-align: center;
  width: 100%;
}

@media (prefers-color-scheme: dark) {
  .bd {
    background-color: lightgray;
    color: black;
  }
}