body {
    background-color: darkseagreen;
}

header {
    display: flex;
    text-align: center;
    
}

main {
    margin: 30px
}

#logo {
    max-width: 200px;
    max-height: 200px;
}

#naam {
    text-align: center;
    padding-top: 20px;
    font-size: 80px;
    padding-left: 410px;
    padding: auto;
    font-family: sans-serif;
}

.producten {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    
}

.box {
    border-style: solid;
    border-width: 3px;
    margin-bottom: 20px;
}

article img {
    max-width: 500px;  
}

p.naamplant {
    font-size: 40px
}

p {
    max-width: 500px;
    height: auto;
}

h2 {
    text-align: center;
    font-family: sans-serif
}

footer {
    background-color: forestgreen;
    margin-bottom: -40px;
}

#sem {
    font-size: 40px;
    max-width: 3000px;   
    text-align: center;
    color: lawngreen
}

a:link {
    color: palegreen
}