body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #000;
    height: 100vh;
  }

  main a {
    color: #000;
  }

  .container {
    max-width: 920px;
    margin: 0 auto;
  }

  .footer {
    /*margin: 4em auto;
    color: grey;*/
    margin-top: 2em;
    text-align: center;
    font-size: .8em;
  }
  .footer small {
    color: #444; /* #a8b0c0; */
  }

  .capitol-color-1 {
    color: #3f588a;
  }
  .capitol-color-2 {
    color: #cad1df;
  }

  .clickable {
    cursor: pointer;
  }

  .tech-blue {
    filter: saturate(0.3) hue-rotate(219.4deg);
  }
