body{
  background-color: #f7cccb;
}

.container{
  position: relative;
}

img {
    width: auto;
    height: 60%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
