html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: scroll;
  overflow-y: scroll;
}

body {
  overflow-x: scroll;
  overflow-y: scroll;
  background-color: #f5f7fa;
}

/*.protect-your-eyes {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 888888;
}

.beyond-protect-your-eyes {
  z-index: 888889 !important;
}*/
