.impressum-contact {
    height: 250px;
    width: 600px;
    margin: 0 auto;

    color: grey;

    text-align: center;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: white;
}

.go-back {
    height: 40px;
    width: 160px;

    display: block;
    margin: 0 auto;

    border: none;
    border-radius: 5px;
    background-color: orange;

    color: white;
    font-size: 18px;

    cursor: pointer;
}