#notice-banner {
  font-family: mono;
  font-size: 1.3em;
  color: var(--foreground);
  background-color: #00cccc;
  margin: 3em auto 0 auto;
  padding: 1em 0.5em;
  text-align: center;
}

#notice-banner a {
  color: var(--foreground);
  font-weight: 600;
}

#notice-banner p {
  margin: 0 !important;
}
