body {
    background-color: rgb(31, 159, 84);
    font-family: "Courier New", monospace;
    font-size:medium;
}
p {
    background-color: aliceblue;
    color: rgb(0, 0, 0);
    padding: 10px;
}
li {
    background-color: aliceblue;
    color: rgb(0, 0, 0);
    padding: 10px;
}
a {
    color: rgb(0, 0, 0);
}
.impressum {
    color: blue; /* Change the link color */
    text-align: center; /* Center the link */
    display: block; /* Make the link a block element so it can be centered */
}