body {
    background-color: snow;
    display: flex;
    font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
}

nav {
    flex-basis: 20%;
}

content {
    flex-basis: 80%;
}

img {
    max-width: 70%;
}

nav li {
    list-style: none;
}

nav ul {
    padding: 0;
}

nav a {
    text-decoration: none;
    color: darkgray;
}

nav a:hover {
     color: black;
 }

li.spaced {
    margin-top: 0.7em;
}

