html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  overflow: hidden;
  font-family: 'Merriweather', serif;
}

/* body {
  overflow: hidden;
  height: inherit;
} */

h1 {
  position: absolute;
  margin: 0;
  top: 0px;
  right: 5px;
  color: #6E8F92;
}

p {
  position: absolute;
  margin: 0;
  top: 40px;
  right: 5px;
  color: #6E8F92;
}

canvas {
  width: 100%;
  height: 100%;
}