body {
    background-color: black;
}

.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

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

.inner {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 600;

}

p,
a,
a:link,
a:visited,
a:hover,
a:active {
    font-family: 'Dosis', sans-serif;
    color: white;
}

p.sm {
    color: darkgray;
    font-size: xx-small;
}