@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=block");

html {
  height: 100%
}

body {
  margin: 0;
  min-height: 100%;
  /* background-color: #111827; */
  background-color: #263238;
  background-size: 100% 100%;
  color: #ccc;
  font-family: Roboto;
  font-weight: 200;
  font-size: 0.9rem;
}

#web_view {
  visibility: hidden;
  position:fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right:0px;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index:999999;
}