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

body{
    background-color: #F3EBEA;
    font-family: 'Poppins', sans-serif;
    color: #D85E4E;
    max-width: 500px;
    font-weight: 400;
    font-size:  15px;
}

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

.first-row{
  background: linear-gradient(180deg, #D75D4D 0%, #F0816F 85.84%);
}

.snow-ornaments{
  top: -2rem;
}
.col-ornaments {
  margin-bottom: -2rem;
}

.box{
  box-shadow: 0px 2px 10.8px 0px rgba(98, 26, 17, 0.15);
  max-width: 300px;
  border-radius: 10px;
}

.btn-primary{
  border-radius: 55px;
  background: linear-gradient(92deg, #D75D4D 5.45%, #F0816F 110.19%);
  box-shadow: 0px 4px 50px 0px rgba(68, 70, 107, 0.15);
  color: #FFFFFF;
  text-align: center;
  font-size: 1.25rem;
  border: none;
  max-width: 100%;
  padding: 0.7rem 0;
  }

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

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

  .styleterms::before {
    color: #D85E4E;

  }

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

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