@media (min-width: 300px) {
  img {
    width: 30%;
  }
}

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

