html,
body,
header,
#intro {
    height: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    line-height: 28px;
}

#intro {
    background: url("../imgs/background.jpg")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

p {text-align: center; color: #888888; padding:40px 0px;}

a {color: inherit;}
a:hover {color: #23299b;}

i.fas {margin-right: 10px;}