body, html {
    font-family: 'Roboto', sans-serif;
    color: #999;
    text-align: center;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
}

a {
    color: #999;
}

h1, h2 {
    margin: 0;
}

p {
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: .5em;
}

h1 {
    margin-bottom: 2em;
}

h2 {
    margin-bottom: 2em;
}

.out {
    margin-top: 50vh;
    transform: translateY(-50%);
}

img {
    height: 80px;
}