body {
    max-width: 850px;
    margin: 0 auto;
}

html {
    background-color: #adccb7;
    text-align:left;
    font-family: "Playfair Display", serif;
}

.planten {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
}

.logo {
    display: flex;    
}

figcaption {
    width: 200px;
    font-family: "Merriweather", serif;
    font-size: 18px;
}

p {
    font-size: 20px;
    font-family: "Merriweather", serif;
}

h1 {
    font-size: 3em;
    color:#225222;
}

h2 {
    width: 200px;
    margin-bottom: 5px;
    color: #225222;
}

img {
    margin: 1em;
    margin-bottom: 1px;
}

header {
    text-align: left;
}

footer {
    text-align: center;
}

a:link {
    color: #225222;
}