body {
  background-color: black;
  color: #ffffff;
  font-family: monospace;
  font-size: 1.25em;
  margin:1em;
} 

p {
  color: white;
}
 
pre {
  background-color: white;
  color: black;
  border: 1px solid magenta;
  padding: 10px;
  overflow-x: auto;
  white-space: pre;
  border-radius: 4px;
}

a {
  color: cyan;
  text-decoration: none;
}

a:visited {
  color: darkcyan;
  text-decoration:none;
}

a:hover {
  color: yellow;
  text-decoration:none;
}

code {
  color: chartreuse;
  font-weight: bold;
}
