swiper-slide{
    margin-bottom: 50px;
}

@media only screen and (max-width: 766px) {
  .f-head{
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 767px) {
  .f-head{
    font-size: 3.5rem;
  }
}

#ten-countdown {
    /* text-align: center; */
    border: 5px solid #ffc107;
    display:inline;
    padding: 5px;
    color: #ffc107;
    font-family: Verdana, sans-serif, Arial;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');

.f-rubik {
  font-family: "Rubik Mono One", monospace;
  font-weight: 400;
  font-style: normal;
}