/* e06d79 */
/* f4d0cd */

#countdown-parent {
  text-align: center;
  background: #f4d0cd;
  font-family: sans-serif;
  font-weight: 100;
  padding: 10px 0 40px;
}

.countdown-title {
  color: #e06d79;
  font-weight: 100;
  font-size: 40px;
  margin: 20px 0px 20px;
}

.countdown {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}

.countdown-number {
  padding: 10px;
  border-radius: 3px;
  background: #e06d79;
  display: inline-block;
}

.countdown-time {
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #f4d0cd; 
/*   background: #e85a6c; */
  display: inline-block;
}

.countdown-text {
  display: block;
  padding-top: 5px;
  font-size: 16px;
}