/* Add your css code here */

html, body {
    font-size: 16px;
    line-height: 1.3;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

h1.page-title {
    font-size: 38px;
}

a, a:link, a:visited, a:hover, a:active, a:focus {
    /* text-decoration: underline; */
    color: goldenrod;
}
