html, body {
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}
