@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

a {
  text-decoration: none;
  color: unset;
}

.main-message{
  font-size: 25px;
}

.btn-call{
    color: #fff;
    text-align: center;
    background-color: #FF3D00;
    padding: 10px 40px;
    font-size: 14px;
    border-radius: 50px;
    max-width: 100%;
    font-weight: 700;
  max-height: 60px;
}


/* Counter */

#countdown {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .metric {
    font-size: 24px;
    margin: 0 5px;
  }

  .label {
    font-size: 12px;
    text-align: center;
  }


/* End of Counter */

/* Legal notice */
.legal {
  padding: 15px 0;
  width: 100%;
}

.styleterms {
  text-align: center;
  text-decoration: none;
  color: #279EFF;
  font-size: 13px;
  padding: 0 5px 0 5px;
  font-weight: 700;
}

.styleterms::before {
  color: #279EFF;

}

.links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.descriptionlegal {
  font-size: 13px;
  text-align: center;
  color: #279EFF;
}
