/* User Provided Stylesheet */

/* make all text serif */
body {
    font-family: "Palatino", "Bookman", "Times", serif;
}
/* reduce line spacing */
p {
    line-height: 1.4;
}

footer {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 0.7rem !important;
}
