.imprint {
    max-width: 800px;
    margin: 0 auto 60px;
}

.imprint h1 {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: left;
}

.imprint p {
    font-size: 18px;
    color: #49495C; /*Change this value to change the color of simple paragraph text*/;
    white-space: pre-wrap;
    text-align: left;
}