* {
    font-family: 'Helvetica', 'Segoe UI', Tahoma, sans-serif;
    color: #333;
}

h1,h2,h3,h4,h5 {
    font-weight: 300;
}

h2 {
    font-size: 2.4rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.25rem;
}

h5 {
    font-size: 1.5rem;
}

p {
    font-size: 1rem;
    line-height: 1.625;
}

* {
    color: #333333;
}

a {
    text-decoration: none !important;
    color: #2267e8;
}


form label {
    padding-top: 1rem;
    margin-bottom: 0;
}