@import url('./fonts.css');

* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 150%;
}
body {
  font-size: 300%;
  font-family: 'Neue Regular';
}
canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 2;
}
/* #app {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #fff;
} */

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  color: #fff;

  z-index: 998;
}

#live {
  position: relative;
  z-index: 999;
}
