.strong {
    font-weight: bold;
}
h1 {
    color: var(--light);
}

nav a {
    color: var(--light);
}