@font-face {
  font-family:'Quentin' ;
  src: url(Quentin.otf);
}

@font-face {
  font-family: 'Oceanside' ;
  src: url(OceansideTypewriter.ttf);
}


html, body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Quentin';
  background-color: #FBF4E2;
  
  
}
canvas {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

#next-page-link {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  position: absolute;
  left: 90%;
  top: 90%;
}