body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    background-image: url(/assets/background-images.svg);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: system-ui, -apple-system, sans-serif;
}

.logo {
    max-width: 500px;
    width: 80%;
}

.hinweis {
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
}
