@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

html, body, .app {
  width:100%;
  height:100%;
  background:#000;
  overflow:hidden;
  font-family: 'Montserrat', sans-serif;
  font-size:85px;
}

canvas, svg {
  position:absolute;
  user-select:none;
}

.app {
  opacity:0;
}