body {
    font-family: Arial, Helvetica, sans-serif;font-size: 20px;
  }
  a {
    color: var(--bs-black);
  }
  h1 {
      text-align: center;
      line-height: 5;
      font-size: 20px;
    font-family: "Lucida Console", "Courier New", monospace;
  }
  .myGallery {
    display: grid;
    grid-gap: 130px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 4fr));
  }
  
  .myGallery img {
    width: 130%;
  }
  
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

h2 {text-align: center;}
p {text-align: center;}
div {text-align: center;}

h3 {text-align: center;}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}
h6 {text-align: center;}
p {text-align: center;}
div {text-align: center;}