html, body {
  margin: 0;
  padding: 0;
}
canvas {
  display: block;
}

@font-face {
  font-family: Rubik;
  src: url(./Rubik-Bold.ttf);
}

@font-face {
  font-family: Roboto;
  src: url(./RobotoMono-Medium.ttf);
}


#overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  font-family: Roboto;
}

#text{
  position: absolute;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 2rem;
  color: white;
  background-color: rgba(0,0,0,0.75);
}

td{
  border: none;
  text-align: left;
  padding: 8px;
  font-size: 0.85rem;
}