body {
  background-color: #fff; }

.page-container {
  height: auto;
  margin: 0; }

.center-image {
  max-width: 800px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
