.dayDemand-container {
  height: 180px;
  width: 270px;
}

.dayDemand-roof {
  background-image: url("/images/game/demand_roof.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 79px;
  z-index: 2;
}

.dayDemand-content {
  background-color: #F0F2F5;
  top: 0;
  left: 50%;
  translate: -50%;
  z-index: 1;
  padding-top: 85px;
  border-radius: 0 0 8px 8px;
  justify-content: space-evenly;
}

.number-of-customers {
  font-size: 58px;
  line-height: 58px;
}