@charset "utf-8";


* {
  box-sizing: border-box;
  outline: none;
}
html, body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #090c12 url(../images/loader.gif) no-repeat 50% 50%;
}
