body {
    font-family: Arial, Helvetica, sans-serif;
}
button {
    padding: 10px 15px;
    background-color: green;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#demo {
    margin-top: 10px;
    font-weight: bold;
}