.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
}

img {
  width: 40%;
}

@media (max-width: 760px) {
  img {
    width: 90%;
  }
}
