html {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

body, #app, main {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  margin: 0;
}
