html {
    height: 100%;
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: 20px;
    font-weight: 200;
    justify-content: center;
    margin: 0;
    min-height: inherit;
    padding: 0 10px;
    text-align: center;
}

body > * { margin: 20px 0 }
* { box-sizing: border-box }
a {
    color: inherit;
    text-decoration: none;
}

.contact a {
    display: block;
    margin-top: 2px;
}

em {
    font-style: normal;
    font-weight: 500;
}

em, .fa { color: orange }
footer {
    color: #ccc;
    font-size: 13px;
}

.logo { width: 150px }
.underlined { border-bottom: 1px solid black }