* {
    box-sizing: border-box;
}

body {
    font-family: ui-sans-serif, system-ui, sans-serif;
    margin: 0;
    min-height: 100vh;
    background: #fafafa;
    color: #18181b;
}

main {
    max-width: 28rem;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1rem;
}

code {
    font-size: 0.85em;
    background: #f4f4f5;
    padding: 0.1em 0.35em;
    border-radius: 4px;
}

.simple-locale-footer {
    text-align: center;
    margin-top: 1.25rem;
    font-size: 0.8rem;
    color: #71717a;
}

.simple-locale-footer a {
    color: #4f46e5;
}
