#countdown-container {
  background: #9E0204;
  background: linear-gradient(146deg, rgba(158, 2, 4, 1) 6%, rgba(255, 0, 0, 1) 44%, rgba(179, 0, 0, 1) 82%, rgba(158, 2, 4, 1) 100%);
  height: 50px;
  text-align: center;
  padding-top: 8px;
  font-size: 30px !important;
  color: #fff;
  font-weight: 600;
  border-bottom: 5px solid #ff0000;
  margin-top: 95px !important;
  z-index: 1;
}


#countdown-container h4 {
    font-size: 23px;
}

#countdown-container span {
  color:#fff000!important;
}