@font-face {
    font-family: 'Libertinus';
    src: url('LibertinusSerif-Regular.woff2') format('woff2');
}

body {
    max-width: 60%;
    margin: auto;
    padding: 50px;
    font-family: Libertinus, serif;
    font-size: 20px;
    background: #296243;
    color: #f4e1c1;
}

small {
    font-style: italic;
}

h1 {
    color: #f9f500;
}

a {
    color: inherit;
}

li {
    margin: 10px;
}

#article-section, #project-section {
    width: 49%;
    float: left;
}

footer {
    border-top: 2px solid #dddddd;
    padding: 10px;
    text-align: center;
}

footer a {
    margin: 25px;
}
