@charset "utf-8";
/* CSS Document */

.container {
  display: grid;
  place-content: center;
  place-items: center;
}