
body {
    padding-top: 100px;
}
p em {
    font-size: 0,5em;
    color: #c4c4c4;
}
a {
    color: #c4c4c4;
    font-family: 'Barlow', sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
  
}
a:hover {
    text-decoration: underline;
}

li {
    font-family: 'Barlow', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.5em;
}
footer {
    margin-top: 100px;
}