body {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #fffaf0
}

.card {
    background: #fff;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(2, 6, 23, 0.06);
    text-align: center
}

a {
    display: inline-block;
    margin-top: 14px;
    color: #f97316;
    text-decoration: none
}