h2 {
    font-size: 2.5rem;
    margin: 1rem 0;
}

h3 {
    font-size: 1.9375rem;
    margin-bottom: 1rem;
}

#support {
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    font-size: 18px;
    font-weight: 100;
}

p {
    margin-bottom: 1rem;
}

hr {
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 2rem auto;
    clear: both;
}