body{
    padding: 0;
    margin: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

header{
    margin-top: 36px;
    margin-bottom: 36px;
}

.mitte{
    display: flex;
    justify-content: center;
    align-items: center;
}

#forest{
    width: 100%;
    height: 300px;
}

#forest img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 900px) {
    #forest {
        height: 500px;
    }
}

section{
    margin-top: 36px;
    margin-bottom: 36px;
}

h2 {
    color:darkolivegreen
}

p{
    color: darkslategrey;
}

nav{
    position: sticky;
    top: 0px;
    backdrop-filter: blur(12px);
}

footer ul, nav ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
}

footer ul li a, nav ul li a{
    font-weight: bold;
    padding: 16px;
}

section{
    max-width: 1200;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}