body {
    background-image: url("bilder/1920.gif");
    background-repeat: no-repeat, repeat;
    background-color: black;
    margin: auto;
    line-height: 1.5;
    text-align: justify;
}
h1 {
    text-align: center;
    color:rgb(157, 166, 184);
    font-style: inherit;
    font-size: 40px;
    font-family: 'Goldman', cursive;
    text-shadow: 1px 5px 7px rgb(155, 152, 152);
}
nav {
    padding: 0 30px;
    text-align: center;
    font-size: 15px;
    font-family: 'Goldman', cursive;
}
nav a {
    text-decoration: none;
    color: white;
    background-color: rgb(157, 166, 184);
    text-transform: uppercase;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}
nav a:hover {
    color: black;
}
.active {
    color: black;
}
.text {
    width: 900px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
    border-bottom-left-radius: 35px;
    border-top-right-radius: 35px;
    background-color:rgba(255, 255, 255, 0.9);
    font-family: 'Open Sans Condensed', sans-serif;
}
.strong {
    font-family: 'Anton', sans-serif;
}
footer {
    background-color: rgb(157, 166, 184);
    color: black;
    width: 100%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
    font-family: 'Anton', sans-serif;
}
.div {
    margin: auto;   
    width: 900px;
    display: flex;
}
#right {
    width: 50%;
    text-align: left;
}
.lank {
    color:  rgb(92, 104, 96);
}