body {
    background-color: #0b0f1a;
    color: #e5e7eb;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 40px 20px;
}

.container {
    text-align: center;
    background: #111827;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.2);
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.seo-content {
    text-align: left;
    line-height: 1.8;
}

.seo-content h2 {
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 20px;
}

.seo-content h3 {
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 10px;
}

.seo-content p {
    margin-bottom: 20px;
}

.seo-content ul {
    margin-left: 25px;
    margin-bottom: 25px;
}

.seo-content li {
    margin-bottom: 10px;
}

.footer {
    text-align: center;
}

.footer a {
    color: #3b82f6;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

h1 {
    color: #3b82f6;
}

button {
    background-color: #3b82f6;
    border: none;
    padding: 10px 20px;
    color: white;
    cursor: pointer;
    border-radius: 6px;
}

button:hover {
    background-color: #2563eb;
}

#status {
    margin-top: 15px;
    color: #9ca3af;
}