body {
    margin: 0;
}

#impressum-link {
    font-family: 'zabras', Arial, Helvetica, sans-serif;
    color: #802000;
    text-decoration: none;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(128, 32, 0, 0.05);
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid rgba(128, 32, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#impressum-link:hover {
    background-color: rgba(128, 32, 0, 0.2);
}

.back-button {
    text-decoration: none;
    color: black;
    font-size: large;
}


.impressum-content {
    margin: 0;
    padding: 20px;
    background-image: url('img/desert.png');
    font-family: 'Times New Roman', Times, serif !important;
    color: #333;
    line-height: 1.6;
}