html,
body,
#main {
  height: 100%;
}

#main {
  position: relative;
  padding: 30px;
}

#content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

img {
  max-width: 100%;
  height: auto;
}
