html, body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-overflow-scrolling: auto !important;
  background-color: #f8f9fa;
}



.nav {
  position: fixed;
  z-index: 100 !important;
  left: 18px;
  bottom: 10px;
  font-size: 3em;
  font-family: Arial;
}

a {
  text-decoration: none;
}

a:hover {
  color: orange;
}

.on {
  color: orange;
}

.off {
  color: black;
}

iframe {
  height: 100vh !important;
  border: none;
  width: 84%;
  margin-left: 120px;
  transform: skew(1.5deg, 1.5deg);
  /* transform: skew(10deg,5deg); */
  /* filter: drop-shadow(10px 4px 4px black); */}
