p {
    line-height: 20px;
    color: #000000;
    text-align: center;
    letter-spacing: 2px;
    font-family: Courier New, Courier, monospace;
}

a {

    text-decoration: none;
    color: black;
    ;
}

#dsgvo {
    font-size: 12px;
    text-decoration: underline;
}


img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    padding-top: 20px;
    padding-bottom: 10px;
}

@media screen and (max-width: 60rem) {

    img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        padding-top: 20px;
        padding-bottom: 10px;
    }

}
