.container {
  display: grid;
  place-items: center; /* Shorthand for horizontal and vertical centering */
  height: 100vh;       /* Example: take up full screen height */
  background-color: #1B211A;
}

* {
    font-family: "Courier New", Courier, monospace;
    color: #628141;
}
