body {
    font-family: "Comic Sans MS',cursive;
  }
  .page-wrapper {
    display: flex;
    justify-content: center;
  }
  .column {
  width: 60%;
  background-color: #FF4242;
  border: 8px solid yellow;
  border-radius: 50px;
  overflow: hidden;
  }
  .image-gallery {
    display: block;
  }
  .image-gallery img {
    max-width: 20%;
    height: auto;
    display: inline;
  }