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

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Alegreya', serif;
  font-size: 16px;
}

canvas {
  display: block;
  height: 100%;
}

#p5_loading {
  color: #aaa;
  width: 100%;
  text-align: center;
  position: absolute;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 26px;
}

#p5{
  height: 100vh;
}