body {
    font-family: "Charter", "Bitstream Charter", "Georgia", serif;
    line-height: 1.6;
    max-width: 85ch;      
    margin: 2rem;    
    background: #1a1c22 url('/media/twf_bg.avif') no-repeat center center fixed;
    color: #d1d1d1;
}

/* --- STRUCTURE --- */

nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0 0 2rem 0; /* add bottom margin */
    gap: 1.5rem; /* better spacing */
}

nav li {
white-space: nowrap; 
}


a {
    /* global link style */
    color: #a5c7ff;
    text-underline-offset: 3px;
}

a:visited {
    color: #b19cd9;
}

