.body {
  background-color: #536c55;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
  max-width: 90%;
}

@media screen and (max-width: 767px) {
  .image {
    max-width: 100%;
  }
}
