.fomo-countdown-timer {
  display: flex;
  align-items: center;
  justify-items: center;
  height: 100%;
  background-color: #fff;
}
.fomo-countdown-timer .main-background {
  background-color: rgb(41, 41, 41);
  padding: 30px;
}
.fomo-countdown-timer .main-background .main-heading {
  color: #fff;
  line-height: 1.4;
  text-align: center;
  font-size: 24px !important;
}
.fomo-countdown-timer .main-background .main-heading p {
  font-size: 20px;
  font-weight: 400;
}
.fomo-countdown-timer .main-background .timer-container {
  margin-top: 21px;
}
.fomo-countdown-timer .main-background .timer-container .timer {
  background-color: rgb(255, 209, 27);
  border-radius: 6px;
  color: #000;
  padding: 5px 8px;
  font-size: 35px;
  font-weight: 700;
  line-height: 41px;
}
.fomo-countdown-timer .main-background .timer-container .timer-subtitle {
  background-color: transparent;
  color: #fff;
  font-size: 12.25px;
  line-height: 14.25px;
  display: block;
  text-align: center;
  margin-top: 4px;
}

.green-btn {
  border: none;
  margin-top: 33px;
  font-size: 17px;
  padding: 11px 34px;
  border-radius: 3px;
  color: #fff;
  background-color: rgb(255, 0, 0);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease all;
  font-weight: 700;
}
.green-btn:hover {
  transform: translateY(-4px);
}/*# sourceMappingURL=fomo-countdown-timer.css.map */