* {
  margin: 0;
  padding: 0;
  font-family: Open Sans;
}


.description {
  color: #f82249;
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: Lucida Sans;
}

.timer {
        width: 98%;
        /* Adjust width as needed */
        display: inline-flex;
        justify-content: space-between;
        margin-top: 5px;
        /* Adjust margin as needed */
        font-size: 12px;
        /* Adjust font size as needed */
        letter-spacing: 1px;
        word-spacing: 1px;
}

.sub_timer {
        width: 120px;
        /* Adjust width as needed */
        background: rgba(255, 255, 255, 0.19);
        backdrop-filter: blur(15px);
        border-radius: 15px;
        overflow: hidden;
        font-size: 10px;
        /* Adjust font size as needed */
        letter-spacing: 1px;
        word-spacing: 1px;
}

.digit {
  color: #000000;
  font-weight: lighter;
  font-size: 70px;
  text-align: center;
  padding: 2.5rem 0;
  letter-spacing: 2px;
  word-spacing: 2px;
}

.digit_name {
  color: #000;
  background: #000000;
  text-align: center;
  padding: 0.6rem 0;
  font-size: 20px;
  letter-spacing: 2px;
  word-spacing: 2px;
}