.countdown {
  justify-content: center;
  text-align: center;
  font-family: Rancho;
  font-size: 14px;
  display: flex;
  width: 100%;
}
.time {
  background-image: linear-gradient(180deg, #a23548 0%, #721727 100%);
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
}
