html {
  height: 100%;
}

body {
  background-color: #f4efe2;
  height: 100%;
  /* leave it to hide the scrollbars */
  overflow: hidden;
  margin: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}