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

body,
html {
  height: 99%;
}
