.lunch {
  display: flex;
  align-items: center;
  justify-items: center;
  height: 100%;
  background-color: #fff;
}
.lunch .main-background {
  padding: 30px;
}
.lunch .main-background .main-heading {
  color: rgb(0, 0, 0);
  line-height: 1.4;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
.lunch .main-background .main-heading h3 {
  font-size: 40px;
}
.lunch .main-background .main-heading p {
  font-size: 40px;
  font-weight: 400;
}
.lunch .main-background .timer-container {
  margin-top: 21px;
}
.lunch .main-background .timer-container .timer {
  background-color: rgb(243, 39, 104);
  border-radius: 6px;
  color: #fff;
  padding: 5px 8px;
  font-size: 35px;
  font-weight: 700;
  line-height: 41px;
}
.lunch .main-background .timer-container .timer-subtitle {
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 12.25px;
  line-height: 14.25px;
  display: block;
  text-align: center;
  margin-top: 4px;
}/*# sourceMappingURL=lunch.css.map */