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

* { -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: #b5e428; text-shadow: none; color: #fff; }
::selection { background: #b5e428; text-shadow: none; color: #fff; }

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