html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #ffffff;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.logo {
    width: 60vmin;
    height: auto;
}

.tagline {
    margin: 16px 0 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    font-weight: 200;
    font-size: clamp(12px, 1.6vmin, 18px);
    letter-spacing: 0.35em;
    color: #333;
}
