.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #8BBBAA;
}
ul.topnav li {float: left;}

ul.topnav li a {
    display: block;
    color: D7FFF1;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: #F0F9F6;}

ul.topnav li a.active {background-color: #8CD790;}

@media screen and (max-width: 600px) {
    .topnav li,
    .topnav li {float: none;}
}

.source {
    font-size: small;
}

.content {
    font-size: large;
}

.footer {
    font-size: small;
}

img {
    width: 100%;
    height: auto;
}

a {
    color: #285943;
}

body {
    background-color: #F1F9F6;
    color: #060E0B;
    font-family: "Domine", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

p {
    margin-bottom: 10px;
}