body {
    background-color: #0b0f19;
    color: #d1d5db;
    font-family: monospace;
    margin: 0;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.box {
    border: 1px solid #1f2937;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    background: #111827;
}

h1 {
    color: #00e676;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

a {
    color: #00e676;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.meta {
    margin-top: 30px;
    font-size: 0.85rem;
    color: #6b7280;
    border-top: 1px solid #1f2937;
    padding-top: 15px;
}

footer {
    margin-top: 30px;
    font-size: 0.85rem;
    color: #6b7280;
    text-align: center;
}