html, body {
  margin: 5;
  padding: 0;
  background-color:black;
  font-family: "IBM Plex Mono";
  font-size: 14px;
  
}

canvas {
  display: block;
}
button {

  border: none;
  text-align: center;
  padding: 0px 0px;
  
  font-size: 14px;
  margin: 4px 2px;
  transition-duration: 0.1s;
  cursor: pointer;
  font-family: IBM Plex Mono;
  text-decoration: none;
  
}

button {
background-color: black;
color:rgb(170,170,170);
text-decoration: none;
 
}

button:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}


a:link {
  color: #AAAAAA;
  text-decoration: none;
}

a:visited{
  color:  #AAAAAA;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

