body {
    font-family: "EB Garamond", "Times New Roman", serif;
    max-width: 700px;
    margin: 12rem auto;
    line-height: 1.45;
    font-size: 18px;
    
    background-color: #121212;
    color: #eee;
}

h1,
h2,
h3 {
    font-weight: 700;
}

p {
    font-weight: 500;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 1rem;
    padding: 0;
    padding-left: 2rem;
}

a {
    font-size: 13pt;
    color: #809fff;
}

a:hover {
    font-style: italic;
}

a:visited {
    font-weight: bold;
}