body, html {
    font-family: "Courier Prime", monospace;
  }
  .header {
    padding: 2rem 0;
    margin-bottom: 2rem;
  }
  .logo {
    text-align: center;
  }
  .logo .logo-img   {
    max-height: 100px;
  }
  .site-footer {
    margin-top: 4rem;
    padding: 4rem 0;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing:0.05rem;
  }
  .text-center {
    text-align: center;
  }
  
  .courier-prime-regular {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: normal;
  }
  
  .courier-prime-bold {
    font-family: "Courier Prime", monospace;
    font-weight: 700;
    font-style: normal;
  }
  
  .courier-prime-regular-italic {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: italic;
  }
  
  .courier-prime-bold-italic {
    font-family: "Courier Prime", monospace;
    font-weight: 700;
    font-style: italic;
  }
  