h1, .h1 {
    font-size: 30px !important;
    line-height: 35px;
    color:#02f5c8
}

h2, .h2 {
    font-size: 22px !important;
    line-height: 27px;
    color:#FF8A80
}

h3, .h3 {
    font-size: 20px !important;
    line-height: 26px;
    color: #FFD84C;
}

h4, .h4 {
    font-size: 16px !important;
    line-height: 22px;
    color: #FFD166;
}

h5, .h5 {
    font-size: 16px !important;
    line-height: 22px;
    color: #FFD84C;
}

h6, .h6 {
    font-size: 18px !important;
    line-height: 20px;
    color: #FFD166;
}
article ul, article .ul {
  color: #fff;
}

/* Site-wide link colors drew pasted this*/
a:link {
  color: limegreen !important;   /* unvisited links */
}

a:visited {
  color: turquoise !important;   /* visited (already clicked) links */
}

a:hover {
  color: darkgreen !important;   /* optional hover color */
  text-decoration: underline;
}

a:active {
  color: teal !important;        /* optional active (while clicking) color */
}
