
html, body { 
  
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-family: 'Advent_Pro' !important; 
  font-weight: 700; 
  color: white;
  font-size: 9px;
  background: #00535a;
}

canvas {
  background: #00535a;
}

#magic {
  width: 100%;
  height: 100vh;
}