body {
     background-color: black;
     color: white;
}

a {
     color: white;
     text-decoration: none;
}

a:hover {
     color: white;
}

a:active {
     color: white;
}

.fixed-font {
  font-family: monospace, monospace; /* guarantees fixed-width characters */
  font-size: 18px; /* or any size you want */
  line-height: 1.5; /* optional for readability */
}

.fixed-font-large {
  font-family: monospace, monospace; /* guarantees fixed-width characters */
  font-size: 22px; /* or any size you want */
  line-height: 1.5; /* optional for readability */
}