.text-banner {
  background-color: rgb(var(--color-background));
}

.text-banner__text {
  color: rgb(var(--color-foreground-secondary));
  text-align: center;
}

.text-banner__text a {
  color: rgb(var(--color-foreground-tertiary));
  font-weight: 700;
  text-decoration: none;
}
