:root {
  --bulma-body-background-color: rgb(228, 209, 255);
}
@media (prefers-color-scheme: dark) {
  :root {
    --bulma-body-background-color: rgb(106, 0, 255);
  }
}

.banner-image {
  text-align: center;
  margin: 0 0 1em 0;
  border-radius: 10px;
}

.banner-image > img {
  max-height: 15em;
}