@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');


body{
    margin: 0;
    padding: 0;
    background-color: #F6F8F7;
    font-family: 'Libre Baskerville', serif;
}

.impressumBody {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 70px auto 70px auto;
    padding: 20px;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: white;
}
h1 {
    color: #222;
    text-align: center;
}
p {
    margin-bottom: 10px;
}
strong {
    color: #444;
} 