html,
body {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 800px;
  margin: auto;
}

body {
  background-color: #ada;
}