@charset "utf-8";
/* CSS Document */
html {
    max-height: 100vh;
}

.container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}