header {
  background-color: #0d6efd; }
  header .row .title h1 {
    color: azure; }
  header .nav {
    padding-right: 0px !important;
    height: 49px; }
    header .nav nav {
      background-color: azure;
      display: flex;
      align-items: center; }
      header .nav nav a {
        color: #0d6efd;
        text-decoration: none;
        margin-left: 20px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-weight: 800;
        font-size: 2rem; }
        header .nav nav a:hover {
          color: blue; }

section {
  overflow-y: scroll; }
  section article {
    margin-top: 20px; }

/*# sourceMappingURL=style.css.map */
