html,
body,
.container {
  height: 100%;
}
.link {
  font-size: 26px;
}

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