button[data-state='correct'] {
    background-color: #6aaa64;
}

button[data-state='wrong'] {
    background-color: #787c7e;
}
