body {
  display: flex;
  background-color: rgb(65, 0, 88);
  justify-content: center;
}

.img-container {
  display: flex;
  justify-content: center;
}

img {
  width: 90%;
}

@media (max-height: 780px) and (min-width: 590px) {
  img {
    height: 580px;
  }
}

@media (min-height: 781px) and (max-height: 930px) and (min-width: 590px) {
  img {
    height: 750px;
  }
}

@media (min-height: 931px) and (max-height: 1130px) and (min-width: 590px) {
  img {
    height: 900px;
  }
}