.row {
   justify-content: center;
    padding: 0 4px;
    row-gap: auto auto auto auto auto auto auto auto auto;
display: grid;
  }
  .column {
    column-gap: auto auto auto;
    justify-content: center;
  }
  body {
    background-color: beige;
  }
  h1 {
    text-align: center;
  }
  
