
body {
    font-family: 'Courier New', monospace;
}

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

  height: 100vh;
  width: 100vw;
}

