body {
    margin: 1.8em;
    color: black;
    margin-bottom: 10em;
    width: 100%;
}

#header {
    max-width: 90%;
    width: 40em;
    height: auto;
    margin-bottom: 2em;
    margin-top: 1em;
}

h1, h2, h3 {
    font-family: "objektiv-mk2", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-left: 3rem;
    margin-top: 1em;
}



p, ul, nav, footer {
    font-family: "objektiv-mk2", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9em;
    line-height: 1.7em;
}

p {
    margin-bottom: 2em;
    padding-left: 3rem;
    padding-right: 3em;
    max-width: 100ch;
}

nav {
    text-align: right;
}

li {
    list-style-type: none;
    padding-left: 0.8rem;
    line-height: 2em;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: forestgreen;
}

table {
    width: 100%;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: forestgreen;
    color: white;
    text-align: left;
    display: block;
    padding: 1em 3em 1em 3em;
}

td > a {
    color:white;
}

td > a:hover {
    color: #d0e6d0;
}

svg {
    width: 1em;
    height: auto;
    padding-right: 1em;
    vertical-align: middle;
}

@media only screen and (max-width: 600px) {
    body {
      margin: 0.5em;
    }

    h1, h2, h3 {
        padding-left: 1rem;
        margin-top: 1em;
    }

    p {
        margin-bottom: 2em;
        padding-right: 0.5em;
        max-width: 100ch;
    }

    li {
        list-style-type: none;
        line-height: 2em;
        margin-left: -2em;
    }
  }