body {
margin: 0;
padding: 0;
background-color: #1a1a1a;
color: #fffdf0;
font-family: "Helvetica Neue", Arial, sans-serif;
}

.startseite {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
text-align: center;
}

.container {
max-width: 600px;
padding: 20px;
}

.startseite h1 {
font-size: 64px;
font-weight: bold;
margin: 0 0 24px 0;
letter-spacing: 1px;
}

.startseite p {
font-size: 28px;
margin: 0 0 24px 0;
}

.startseite p:last-child {
margin-bottom: 0;
}

.legal-page {
max-width: 760px;
margin: 0 auto;
padding: 40px 20px 80px 20px;
line-height: 1.5;
text-align: left;
}

.legal-page h1 {
font-size: 36px;
margin-bottom: 32px;
}

.legal-page h2 {
font-size: 22px;
margin-top: 32px;
margin-bottom: 12px;
}

.legal-page p {
font-size: 18px;
margin: 0 0 16px 0;
}

.footer {
position: fixed;
bottom: 15px;
left: 0;
right: 0;
text-align: center;
font-size: 12px;
}

.footer a {
color: #fffdf0;
text-decoration: none;
}

.footer a:hover {
text-decoration: underline;
}
