:root {
  --minvh: 100vh;
}

#canvas {
  min-height: 100vh;
  background-color: darkgray;
}

#main {
  min-height: unset;
}

#content {
  margin-top: 0;
}

.c-show__frame {
  display: none;
  width: 100%;
  border: none;
}
.c-show__notfound {
  display: none;
  text-align: center;
}

.c-show.is-active .c-show__frame {
  display: block;
}

.c-show.is-disabled .c-show__notfound {
  display: block;
}/*# sourceMappingURL=presentstyle.css.map */