* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Avenir Next", "Avenir", "Gill Sans", "Helvetica Neue", sans-serif;
  background: radial-gradient(120% 120% at 10% 10%, #16203a 0%, #0b0f1f 55%, #0a0d18 100%);
  height: 100vh;
  overflow: hidden;
}

html {
  height: 100%;
}

.screen {
  position: relative;
  width: 100%;
  height: 100%;
}

#renderCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
