body {
  color: rgb(239, 241, 245);
  background: rgb(43, 48, 59);
}
a {
  color: rgb(208, 135, 112);
}

div[role="option"] {
  color: rgb(208, 135, 112);
}

button.engaged {
  background: rgb(208, 135, 112);
}
