/* TIMER */
.main-wrapper {
  margin: 30px 0 15px;
  display: block;
    width: 100%;
    max-width: 260px;
}
.timer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
}
.timer {
  width: 26px;
  height: 37px;
  background: linear-gradient(to bottom, #d6d09a 0%, #645b3e 100%);
  color: #ffffff;
  border-radius: 6px;
  margin: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 37px;
  font-weight: 700;
  transition: 0.2s all;
}
.timer-section {
  display: flex;
}
