body {
    font-family: Arial;
    text-align: center;
    background: #0f172a;
    color: white;
}

button {
    padding: 10px;
    margin: 5px;
    background: orange;
    border: none;
    border-radius: 5px;
}