html {
  height: 100%;
  width: 100%;
}

body {
  height: calc(100% - 16px);
  width: calc(100% - 16px);
}