html {
  height:100%;
}

body {
  margin:0;
  background-color: black
}


h1 {
  font-family:monospace;
  color: white;
}
p {
    font-family:monospace;
    color: rgba(255, 0, 122);
}
ul {
    font-family:monospace;
    color: white;
}


div {
  font-family:monospace;
    color: white;
}

b {
  font-family:monospace;
    color: white;
  }

sup {
  font-family:monospace;
    color: white;
}

a {
    font-family:monospace;
    font-style:italic;
    color: #3bb9eb
