main p {
  text-align: justify;
}

h2 {
  margin-bottom: 20px;
}

img {
  width: 100%;
  border-radius: 25px;
}

.navbar img {
  width: auto;
}

main img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}