html,
body {
    height: 100%;
}


a.email {
    color: inherit;
    text-decoration: none;
}

i.fa::after {
    content: "\00a0";
}

.intro {
    display: block;
}

.container-table {
    display: table;
}

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