html, body {
  font-family: sans-serif;
  margin: auto;
  height: 100%;
}

.container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
