input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
} 

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1rem;
    font-family: Questrial, sans-serif;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

h4
{
  font-size: 2.6rem;
  color: #938478;
  font-weight: bold;
}

.depilacaoline {
    font-family: Stangith;
    text-transform: uppercase;
    font-size: 9rem;
    margin-top: 10px;
}

.depilacaoline-area {
    font-family: Questrial, sans-serif;
    text-transform: none;
    font-size: 2.5rem;
    margin-top: 0px;
}


#send {
  background-color: #938478;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

#cadastrar {
  background-color: #b8a692;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}


@media only screen and (min-width: 280px) and (max-width: 599px) {
    .depilacaoline {
        font-family: Stangith;
        text-transform: uppercase;
        font-size: 5rem;
    }

    .depilacaoline-area {
        font-family: Questrial, sans-serif;
        text-transform: none;
        font-size: 1.5rem;
        margin-top: 0px;
    }

    h4
    {
      font-size: 1.2rem;
      color: #938478;
      font-weight: bold;
    }
  }
