body {
    background: #0B1222;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 60px;
}
button {
    background: #5A67FF;
    border: none;
    padding: 16px 28px;
    font-size: 16px;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}
