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

body {
  font: 32px BenchNine, sans-serif;
  height: 100%;
  overflow-x: hidden;
  background-color: #ebffee;
}

#header {
  position: absolute;
  z-index: 2;
  overflow-y: hidden;
}

#header a {
 border: 0;
 text-decoration: none;
 outline: none;
}

#header-pad {
  height: 10vh;
  max-height: 150px;
}

#content-main {
  text-align: center;
}

#content-canvas-parent {
  width: 100%;
  height: 500px;
  display: block;
}

#tpCanvas {
  position: absolute;
  outline: none;
  overflow-x: hidden;
  margin-left: -753px;
}

#content-spacer {
  min-height: 0px;
  max-height: 150px;
  height: 1vh;
  display: block;
}

#compliance-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-size: 14px;
}
