body {
    font-family: Arial, Helvetica, sans-serif;

}
button {
    padding: 10px 15px;
    background-color: blue;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#demo {
    margin-top: 15px;
    font-weight: bold;
}