*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
    color: #1a1a1a;
}

main {
    text-align: center;
    padding: 2rem;
}

.logo {
    width: min(800px, 85vw);
    height: auto;
    transform: rotate(-15deg);
    margin-bottom: 8rem;
    transition: opacity 0.8s ease;
}

h1 {
    font-size: clamp(1.8rem, 5vw, 3.5rem);
    font-weight: 400;
    letter-spacing: 0.02em;
}

.nummer {
    font-weight: 700;
    margin-right: 0.3em;
    color: inherit;
    text-decoration: none;
}
