html, body {
position: absolute;
width: 100%;
height: 100%;
margin: 0 0;
overflow: hidden;
background-color: #000;
font-family: 'Oswald', sans-serif;
color: #fff;
}
::selection {
background: transparent;
}
::-moz-selection {
background: transparent;
}
.preloader {
position: absolute;
width: 100%;
height: 100%;
background-color: #000;
z-index: 2048;
}
.preloader-percent {
position: absolute;
width: 100%;
top: 50%;
margin-top: -20px;
font-size: 32px;
line-height: 40px;
text-align: center;
}
.info {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 10px 10px;
box-sizing: border-box;
background-color: rgba(0, 0, 0, 0.8);
color: #fff;
font-size: 12px;
}
.info-desc {
color: #ddd;
font-size: 10px;
}
a {
color: #ff5f5f;
}