html {
  height:100%;
}

body {
  margin:0;
  background-color: rgba(50, 50, 50);
}


h1 {
  font-family:monospace;
  color: rgba(255, 0, 122);
}
p {
    font-family:monospace;
    color: white;
}
ul {
    font-family:monospace;
    color: white;
}

a {
  font-family:monospace;
  color: white;
  }

div{
  font-family:monospace;
    color: white;
}
