body {
  margin-top: 9rem;
}

img.top {
  width: 100%;
  object-fit: cover;
  margin-bottom: 2rem;
  max-height: 600px;
}

img.fit-image {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  margin-bottom: 2rem;
}

img.contain-image {
  width: 100%;
  max-height: 600px;
  object-fit: contain;
  margin-bottom: 2rem;
}

img.max-width500 {
  width: 100%;
  max-width: 500px;
  object-fit: cover;
}
