html, 
body {
  color: #000000; 
  background: #ffffff;
  height: 100%;
  margin: 0;
  padding: 0;
}

.wrap { display: flex; justify-content: center; height: 100%; }
.inner { align-self: center; }