#remark-container {
  width: 100%;
  height: calc(100% - 55px);
  position: absolute;
  top: 30px;
}
.remark-canvas-button {
	position: absolute !important;
	bottom: 35px !important;
}
.remark-ltoc-area {
  height: calc(100% - 60px) !important;
	top: 30px !important;
}
.remark-itools-content {
  height: calc(100% - 60px) !important;
	top: 30px !important;
}
.remark-itools-btn {
	top: 55px !important;
}

@media print {
  @import url(https://fontlibrary.org//face/mononoki);
  .remark-slide-scaler {
    transform: scale(0.9) !important;
  }
}