html, body {
  height: 100%;
  margin: 0;
}

.container {
  width: 800px;
  height: 100vh;
  margin: 0 auto;
}