.content {
    background-color: white;
    font-family: "Courier New", Courier, monospace;
    margin-top: 10%;
    margin-bottom: 20%;
    margin-left: 15%;
    text-align: left;
    width: 70%;
}

nav {
    text-align: left;
}

nav a {
    display: block;
    margin-bottom: 20px;
    text-align: left;
    text-decoration: underline;
    color: black;
}

h1, h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h3, p {
  line-height: 1.5;
}

.impressum {
    background-color: white;
    font-family: "Courier New", Courier, monospace;
    margin-top: 10%;
    margin-bottom: 20%;
    margin-left: 15%;
    text-align: left;
    width: 70%;
}

.impressum a {
    text-decoration: underline;
    color: black;
}
footer {
    font-family: "Courier New", Courier, monospace;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-right: 15%;
}

footer a {
    color: black;
    text-decoration: none;
    text-align: right;
}