.countdown-timer {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.count-down {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1%;
  padding: 2%;
  /* height: 100px; */
  box-sizing: border-box;
  border: solid;
  border-color: #ffffff;
  border-radius: 10px;
  border-width: 1px;
}

.timer h2 {
  /* margin: 0 0 20px; */
  font-size: 3rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: normal;
}

small {
  color: #ffffff;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Gothic A1', sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: normal;
}
