@font-face {
  font-family: "Bumstead";
  font-style: normal;
  font-weight: normal;
  src: url(assets/566aa18fd00e22482b4b4153eaf0d564.otf) format("opentype");
}
@font-face {
  font-family: "Carton";
  font-style: normal;
  font-weight: normal;
  src: url(assets/f0f20975b723bb0328333c0a6c8744f7.woff) format("woff");
  /* src: url(./assets/fonts/Carton_Six.ttf) format("truetype"); */
}

html {
  background-color: #ADAE73;
  color: #141414;
  font-size: 20px;
}

body {
  margin: 0;
  overscroll-behavior: none;
}

html, body, #container {
  height: 100vh;
}

html, body, #container {
  width: 100vw;
}

body, #container, #caption {
  align-items: center;
  display: flex;
  justify-content: center;
}

#container {
  flex-direction: column;
}

#content {
  position: relative;
}

#caption {
  background-color: rgba(51, 51, 51, .5);
  color: #EFEFEF;
  font-family: Arial;
  left: 0;
  padding: 1vw;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}

canvas {
  display: block;
}

