* {
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  background: #fff;
  height: -webkit-fill-available;
}

body {
  background: #fff;
  min-height: -webkit-fill-available;
}
body #section__page {
  max-width: 100vw;
  overflow: hidden;
}

header,
main,
footer {
  background: #fff;
}