body {
    color: black;
    background-color: white;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
}

h1, h3, nav {
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #8A9382;
}

h1 {
    font-size: 50px;
}

h3 {
    font-size: 24px;
}

a {
    text-decoration: none;
    color: #8A9382;
}

nav a {
    transition: background-color 0.3s;
    font-weight: bold;
}

.logo a:hover {
    opacity: 0.8;
}
.plantlistbutton a, .plantlistbutton a:hover {
    display: block;
    padding: 10px;
    border: solid 1px #8A9382;
    background-color: #8A9382;
    font-weight: bold;
    width: 250px;
}

.empty-entry{
    color: white;
}

footer{
    font-size: 12px;
}