body {
    font-family: "Fira Code", monospace;
    background-color: #000;
    background: #89BF69;
    background: linear-gradient(90deg,
      rgba(180, 76, 21, 1) 0%,
      rgba(180, 76, 21, 1) 3%,
      rgba(137, 191, 105, 1) 3%,
      rgba(139, 186, 102, 1) 97%,
      rgba(180, 76, 21, 1) 97%,
      rgba(180, 76, 21, 1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #333333;
    margin: 0;
}

#header-logo { width: 100%; }

main {
  padding: 0 6% 4em;
}

.active {
    color: #333333;
}

.inactive {
  color: #888;
}

@supports (font-variation-settings: normal) {
    code {
      font-family: "Fira Code VF", monospace;
    }
  }
