body.working {
  background-color: #ff4545;
  color: white;
}

body {
  background-color: #37e660;
  display: flex;
  justify-content: center;
  align-items: center;
}
