body {
    font-family: sans-serif;
    padding: 2rem;
}

nav a[aria-current="page"] {
    color: tomato;
    font-weight: bold;
    text-decoration: underline;
}