
footer {
    background: #343a40;
    color: white;
    padding: 40px 20px 20px;
  }
  
  footer h5 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  
  footer ul {
    list-style: none;
    padding: 0;
  }
  
  footer ul li {
    margin-bottom: 8px;
  }
  
  footer ul li a {
    color: #ccc;
    text-decoration: none;
  }
  
  footer ul li a:hover {
    text-decoration: underline;
  }
  
  .footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #555;
    font-size: 14px;
    color: #aaa;
  }