/* latin */
@font-face {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    src: url(font.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body,
html {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: 'Russo One', Arial, Helvetica, Helvetica Neue, sans-serif;
    font-weight: 400;
    color: #aaaaaa;
    font-size: 18px;
    line-height: 28px;
    background-color: #101010;
}

.container {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
}

.main {
    display: table-cell;
    vertical-align: middle;
}

.content {
    width: 700px;
    margin: 0 auto;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
    font-weight: 400;
}

h3 {
    color: #eeeeee;
}

h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 0;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    margin: 25px 0;
}

a {
    color: #999999;
    text-decoration: none;
}

pre {
    border: 1px dashed #ccc;
    padding: 30px;
    color: #555;
}

.links a {
    margin-right: 10px;
    font-size: 24px;
}

.smalllinks a {
    margin-right: 10px;
    font-size: 18px;
}

@media screen and (max-width:800px) {
    .content {
        width: 600px;
    }
}

@media screen and (max-width:700px) {
    .content {
        width: 80%;
    }
}

@media screen and (max-width:500px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
}