body {
    background: #0D0D0D;
    color: #E6E6E6;
    font-family: system-ui, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    text-align: center;
}

.box {
    max-width: 420px;
    padding: 32px;
    background: #111111;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 8px;
}

h1 {
    color: #4DA3FF;
    margin-bottom: 16px;
}

p {
    color: #A8A8A8;
    line-height: 1.6;
}