html, body {
  margin: 0;
  height: 100%;
}
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  height: 100%;
}
.container img {
  width:550px;
  max-width: 100%;
}