* { box-sizing: border-box; } body {margin: 0;}
  .countdown-container {
    color: #002A3A!important;
    /*background-color: #ff0000;*/
  }
  .countdown {
    font-variant-numeric: tabular-nums;
    text-align: center;
  }
  .headline {
    text-align: center;
  }
  .headline a {
    color: var(--secondary-color)  
  }
  .days,
  .hours,
  .minutes,
  .seconds {
    line-height: 1;
  }
  .timerDescription{
    font-size: 12px;
  }
