body {
 color:white;
 background-color:black;
 text-align:center;
}
button {
 color:yellow;
 background-color:red;
 border:none;
 cursor:help;
}