html,
body {
    height: 100%;
    width: 100%;
    background-color: #1c1b22;
}

html {
    display: table;
}

body {
    display: table-cell;
    font-family: Roboto, sans-serif;
    vertical-align: middle;
}

img.logo {
    display: block;
    margin: 1em auto 2em;
    min-width: 200px;
    width: 45%;
    max-width: 512px;
}

h1 {
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-weight: normal;
    color: #eeeeee;
}

nav {
    margin: auto;
}

nav > ul {
    list-style-type: none;
    text-align: center;
}

nav > ul > li {
    font-size: 130%;
    display: inline-block;
    margin: 0.7em 3em;
}

nav a {
    text-decoration: none;
    color: #eeeeee;
}

nav a:hover {
    border-bottom: 1px solid #eeeeee;
}

a.youtube {
    color: #ff0033;
    &:hover {
        border-bottom: 1px solid #ff0033;
    }
}

a.deviantart {
    color: #00e59b;
    &:hover {
        border-bottom: 1px solid #00e59b;
    }
}

a.artstation {
    color: #13aff0;
    &:hover {
        border-bottom: 1px solid #13aff0;
    }
}

a.boosty {
    color: #f0692a;
    &:hover {
        border-bottom: 1px solid #f0692a;
    }
}

a.telegram {
    color: #1ea7f7;
    &:hover {
        border-bottom: 1px solid #1ea7f7;
    }
}
