body, html { width: 100%; height: 100% }
body { font-family: sans-serif; font-size: 13px; color: #333; background: #fff; }

* { -webkit-box-sizing: border-box; -khtml-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; margin: 0; padding: 0; border: 0; font: inherit; box-sizing: border-box; will-change: all; }
img { outline: none; border: 0; }

::-moz-selection { background: #1267e7; text-shadow: none; color: #fff; }
::selection { background: #1267e7; text-shadow: none; color: #fff; }

.page { height: 100vh; line-height: 100vh; text-align: center; }
.page .inner { display: inline-block; vertical-align: middle; line-height: normal; padding: 30px 0; }
.page .inner img { display: inline-block; max-width: 200px; }
.page .inner h1 { margin: 15px 0 5px 0; color: #babac7; font-size: 27px; font-weight: bold; }
.page .inner p { margin: 0; line-height: 23px; font-size: 19px; color: #707c82; }