body {
  margin: 0;
}

#wiki-frame-parent iframe {
  border-width: 0px;
  height:100vh;
  width:100vw;
  pointer-events: auto;
  background-color: white;
}

.section {
  /* sections are hidden by default on load*/
  display: none;
}

.hidden {
  display: none;
}
