html, body {
  height: 100%;
}
div {
  width: 100%;
  max-width: 600px;
  margin: auto;
  height: 100%;
  background: url(/images/logo.png) center center no-repeat;
  text-align: center;
  align-content: center;
}
