.countdown {
  /* display: flex;
  justify-content: center; */
  /* margin-top: 100px; */
  /* width: 100vw; */
 
}

/* .countdown-item {
  margin: 10px 5px;
} */


.countdown-label {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

#days, #hours, #minutes, #seconds {
  display: block;
  font-size: 55px;
  font-weight: bold;
}

#separador{
    height: 200px;
}