@font-face {
  font-family: 'squirkregular';
  src: url('./squirk-rmvv-webfont.woff');
}


* {
  padding: 0;
  margin: 0;
}

h1, h3 {
  text-align: center;
}

.bricks {
  padding: 30px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: black;
}

.center {
  display: flex;
  justify-content: center;
}
  

#presentation {
  width: 80%;
  height: 750px;
  margin: 0 auto;
}

#presentation h1 {
  font-size: 60pt;
  font-family: 'squirkregular';
  color: rgb(33, 68, 223);
}

#instructions {
  padding-top: 50px;
  width: 80%;
  margin: 0 auto;
}

#canvas-container {
  width: 100%;
  height: 100vh;
  position: relative;
}

.hidden {
  display: none;
}

canvas {
  background-color: black;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}