#banner h1 {
    font-family: "Zilla Slab", sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-style=bold
}

body {
   font-family: "Zilla Slab", sans-serif;
   font-size: 14pt;
   cursor: url('images/WB1.0-cursor.png'),auto;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #000;
    color: #7fff00;
    outline: 5px dashed #753;
  }
}
@media (prefers-color-scheme: light) {
  body {
    background: #fff;
  }
}
