.wrapper {
    display: grid;
    /* grid-template-columns: repeat(1, 1fr); */
  justify-content: center;}
  body {
    background-color: #ddefed;
    font-family:'Courier New', Courier, monospace}
  h1 {
        letter-spacing: -.8px;}
  .wrapper div {text-align: center;}