html {color: #2b2630; background-color: #e7e4eb; font-family: Arial, Helvetica, sans-serif;}
body{max-width: 1000px; margin: 0 auto; padding: 0rem 0.5rem;}
nav[role="main"]{border-bottom: solid 1px #4b4453; padding: 0.5rem 0.5rem 1rem 0.5rem; margin-bottom: 3rem;}
nav > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
nav > ul a{
    color: #2b2630; font-size: 1.2rem;
    font-variant: small-caps; text-decoration: none; border-bottom: 2px solid #2b2630;
} 
article{padding: 0em 1em;}
article>footer{
    border-top: dashed 1px #4b4453;
    font-size: 0.8rem;
    margin-top: 2rem;
    opacity: 1;
}