html,
body,
#__next {
  height: 100%;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
}
