body.light #screen {
  background: linear-gradient(180deg, #C8C8C8 0%, #7B7E7E 100%);
}

body.light .bg {
  background: #FFF;
}

body.light .display {
  background: #007795;
}

body.light .info-item {
  color: #FFF;
}

body.light {
  color: #000;
}

body.light #canvas {
  background-color: #212121;
}

body.light .menu-item {
  color: #212121;
}

body.light .menu-item-selected {
  color: rgb(36, 172, 207);
}