* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.ganzeSeite {
    background-color: rgb(211, 209, 214);
}
.title {
    margin: 1em;
    background-color: rgb(180, 148, 199);
    text-align: center;
    border-radius:2em;
}

.title a {
    text-decoration: none;
    color:black;
    font-family: 'Courier New', Courier, monospace;
}

.back {
    margin: 1em;
    border-radius: 2em;
    background-color: rgb(69, 70, 70);
    text-align: center;
}

.back a {
    text-decoration: none;
    color: aliceblue;
    font-family: 'Courier New', Courier, monospace;
}

.liedtexte p {
    margin-left: 1em;
    margin-right: 1em;
    text-align: center;
    font-size: 1.4em;
    color: rgb(73, 74, 74);
    font-family: 'Courier New', Courier, monospace;
}

.liedtexte h3{
    text-align: center;
    color: rgb(73, 74, 74);
    font-family: 'Courier New', Courier, monospace;
}