body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin: 50px;
}
header, article, footer {
    padding: 5px;
}
a {
    text-decoration: none;   
}
header nav a {
    text-decoration: underline;
}
h1 a, h4 a, footer nav a {
    color:#f1cf84;
}
h1, h2, h3 {
    font-weight: 400;
} 
h1 {
    font-size: 50px;
}
header nav a, footer p {
    color:#e7e7e7;
}
h3 a {
    color:#ffffff;
}
h2 a {
    color: #000000;
}
