html {
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(78,78,78,1) 75%, rgba(0,0,0,1) 100%);
    color: #ffffff;
    text-align: center;
}

#center {
    display: inline-block;
    text-align: left;
    margin-top: 14em;
    position: relative;
}

div.upper, div.lower {
    position: absolute;
}

div.upper {
    top: 0;
    margin-top: -30%;
}

div.upper i, div.lower i {
    display: inline-block;
    height: 2.8em;
    overflow: hidden;
}

h1, h2 {
    font-family: 'Work Sans', sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 5em;
    display: inline-block;
}
h2 {
    font-size: 2.20em;
    margin-top: -0.3em;
}

p {
    font-family: 'Lato', sans-serif;
}

a {
    color: #ffffff;
    font-weight: bold;
}