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