@font-face {
    font-family: "RobotoMono"; /* Choose a descriptive name for your font */
    src: url("../fonts/RobotoMono-VariableFont_wght.ttf") format("truetype");
}

*, *::before, *::after { box-sizing: border-box; }

* { margin: 0; padding: 0; }

html,
body { height: 100vh; border: 0; font-size: 100vw; }

body {
    background-color: #5f5f80;
    font-size: 16px;
    line-height: 1em;
	  overflow: hidden;
}

canvas {
  display: block; 
}

#fps {
  position: absolute;
  width: 100%;
  height: 1em;
  bottom: 0;
  left: 0;
  line-height: 1em;
  font-family: 'RobotoMono';
  font-size: 1em;
  text-align: left;
  vertical-align: middle;
  color: black;
  background: transparent;
}