body {
    font-family: Arial, sans-serif;
    background: #0f172a;
    color: white;
    text-align: center;
    padding: 50px;
}

.container {
    background: #1e293b;
    padding: 30px;
    border-radius: 10px;
    display: inline-block;
}

button {
    background: #22c55e;
    border: none;
    padding: 15px 25px;
    font-size: 18px;
    color: white;
    border-radius: 8px;
    cursor: pointer;
}

button:hover {
    background: #16a34a;
}
