body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

h1 {
  margin-top: 500px;
  margin-left: 50px;
}

hr {
  width: 400px;
  margin-left: 50px;
  color: white;
}

.card {
  margin-top: 70px;
  width: 500px;
  background-color: transparent;
  color: white;
  border: 0;
}

.card_title {
  margin-top: 200px;
  font-weight: bold;
}

.countdown_section {
  display: inline-block;
  margin-left: 20px;
}

.countdown_section:first-child {
  margin-left: 0;
}

.countdown_section .value {
  background-color: #333;
  border-radius: 10px;
  font-size: 50px;
  color: #fff;
  line-height: 100px;
  text-align: center;
  height: 100px;
  width: 100px;
}

.countdown_label {
  font-size: 20px;
  padding-top: 4px;
  text-align: center;
}

.btn {
}

/* Small Screen */

@media (max-width: 768px) {
  .card {
    margin-top: 70px;
    width: 100px;
    background-color: transparent;
    color: white;
    border: 0;
  }

  .card_title {
    margin-top: 60px;
    font-size: 10px;
    font-weight: bold;
  }
  .countdown_section {
    display: inline-block;
    margin-left: 0px;
  }

  .countdown_section:first-child {
    margin-left: 0;
  }

  .countdown_section:first-child {
    margin-left: 0;
  }

  .countdown_section .value {
    background-color: #333;
    border-radius: 5px;
    font-size: 12px;
    color: #ffc107;
    line-height: 40px;
    text-align: center;
    height: 35px;
    width: 30px;
  }

  .countdown_label {
    font-size: 8px;
    padding-top: 0px;
    text-align: center;
  }

  .btn {
    text-align: center;
    font-size: 8px;
    margin-top: -15px;
  }
}
