h1 {
    color: #ec008c;
    font-size: 6rem;
    font-weight: 250;
}

h2 {
    font-size: 3rem;
    font-weight: 200;    
}

h3 {
    font-size: 2.2rem;
    font-weight: 100;
}

  .form-control {
    font-size: 3rem;
    padding: 0.75rem 1rem;
  }

input,
  select,
  textarea {
    min-height: 3.2rem;
  }