html, body, .content {
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    height: 100%;
    background-image: url('imgs/2.jpg');
    background-color: #251505;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    color: white;
    font-family: "LemonMilk";
    text-align: center;
    font-size: 23px;
}

h1 {
    margin-top: 10%;
    margin-bottom: 0%;
}
h2 {
    margin-top: 0.5%;
    margin-bottom: 2%;
}

a {
    color: white;
}

footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

hr {
    width: 80%;
    margin-left: 10%;
}

.title {
    font-size: 50px;
    margin-top: 20%;
}

.cre {
    margin-top: 20%;
    padding: 2px;
    background-color: #75B5CD;
}

.datenschutz {
    width: 90%;
    height: 90%;
    margin-left: 5%;
    font-size: 20px;
    display: block;
}

.ds-footer {
    position: inherit;
    margin-top: 10%;
}

@font-face {
    font-family: "LemonMilk";
    src: url("./fonts/LEMONMILK-Light.otf");
}

