button.Selected { background-color: #aaf; }
.Logo { img { background-color: white; } }
.Score .Success { background-color: #19ec19; }
.Score .Failure { background-color: #f93131; }
.GameCard {
  background-color: #fffd64;
            .Question { background-color: #4b4ba7; color: white; }
  &.Correct .Question { background-color: #57ed6d; color: black; }
  &.Wrong   .Question { background-color: #f87979; color: black; }
  &:not(.Answered) li:hover .Highlight { background-color: #5696e869; }
  li.Selected .Highlight { border: 1px solid #555; }
  li.Correct .Highlight { background-color: #57ed6d; }
  li.Wrong   .Highlight { background-color: #f87979; }
}
.GameCards button.Next { background-color: #484a4a; color: white; }
.GameCards button.Next:hover { background-color: #838383; color: white; }

.ControlPanel { background-color: #4dafdf; }
.DebugPanel { background-color: #4dafdf; }
