body {
    font-family: 'Marcellus SC', serif;
    background-color: black;
    padding-left: 5px;
    padding-right: 5px;
}

.headline {
    color: rgb(255, 225, 55);
    font-size: 200px;
}

a {
    color: rgb(184, 164, 51);
    text-decoration: none;
    font-size: 25px;
}

a:hover {
    text-decoration: none;
}

.zurueck {
    display: flex;
    justify-content: space-between;

}

.zurueckstyle {
    color: rgb(112, 101, 35);
    font-size: 14px;

}

.quellen {
    color: rgb(112, 101, 35);
    font-size: 18px;
}