/* Custom CSS */
body .justify-content-center {
  text-align: justify;
}

body .justify-content-center img {
  text-align: center;
  border: 1px solid lightgray;
  padding: 10px;
}

body .center {
  display: block;
  margin: 0 auto;
}
