
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap');

body {
    font-family: 'Lora', serif;
    margin: 0;
    padding: 0;
    background: #f0f0f0;
    color: #333;
}

header {
    background: #e0e0e0;
    text-align: center;
    padding: 1em;
}

.logo {
    max-width: 220px;
    height: auto;
    margin: 0.5em auto;
    display: block;
}

nav {
    margin-top: 1em;
}

nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #555;
    font-weight: bold;
    font-size: 1rem;
}

nav a:hover {
    color: #000;
}

main.startseite {
    padding: 3em 2em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

main.startseite h2 {
    font-size: 2em;
    margin-bottom: 0.5em;
}

main.startseite p {
    font-size: 1.1em;
    line-height: 1.6em;
    margin: 0.5em 0;
}

footer {
    background: #d0d0d0;
    text-align: center;
    padding: 1em;
    font-size: 0.9em;
    color: #444;
}
