body {
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
  }
  
  .navbar-brand img {
    max-height: 40px;
  }
  
  section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  footer h5, footer h6 {
    font-weight: bold;
  }
  
  footer a:hover {
    text-decoration: underline;
  }  