body {
margin-top: 30px; margin-bottom: 50px; margin-right: 30px; margin-left: 30px;>
}

::selection {
    color: black;
    background: yellow;
  }


.title-area {
    font-size: 18px;
    text-align: left;
}

.nav {
    font-size: 18px;
    text-align: left;
}

li {
    list-style-type: none;
    font-size: 18px;
}

ul {
    padding-left: 0px;
    font-size: 18px;
}

a:visited {
    color: blue;
}

.name {
font-size: 18px;
}

.mail {
    font-size: 18px;
}

footer {
    font-size: 14px;
    position: absolute;
    left: 5px;
    bottom: 30px;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 5px;
}

body {
    min-height: 100vh;
    position: relative;
}

.info {
    font-size: 18px;
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: left;
}

.imprint {
    font-size: 18px;
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: right;
}


/* For width 400px and smaller: */
@media only screen and (max-width: 400px) {

ul {
    font-size: 14px;
}
li {
    list-style-type: none;
    font-size: 14px;
}

.title-area {
    font-size: 14px;
}

.name {
    font-size: 14px;
}

.info {
    font-size: 14px;
}

.mail {
    font-size: 14px;
}

.footercontact {
    font-size: 14px;
}

footer {
    font-size: 14px;
}
