html,
body {
  margin: 0;
  padding: 0;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: transparent;
}


/* CSS files add styling rules to your content */

* {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
