html,
body {
  margin: 0;
  padding: 0;
  background: #000;
  font-family: "Instrument Sans", sans-serif;
  overflow: hidden;
}

main {
  margin: 0;
  padding: 0;
}

canvas {
  display: block;
  width: 100% !important;
  height: auto !important;
}
