:root {
  font-size: 100%;
  font-family: 'newrail';
}

html, body {
  background-color: black;
  margin: 0;
  padding: 0;
}
canvas {
  display: block;
}

.toggle-button {
  background-color: rgba(0,0,0,0);
  color: white;
  font-family: newrail;
  letter-spacing: 1px;
  font-size: 18px;  
  border: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 40px;
  padding-right: 40px;
}