html, body, .container {
  height: 100%;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.title {
  font-size: 2em;
}