


/* Footer Layout */
footer {
    background-color: #333;
    color: white;
    padding: 40px 20px;
    text-align: center;
  }
  
  footer .social-links p {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  footer .social-icons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  footer .social-icons a {
    margin: 0 15px;
  }
  
  footer .social-icons img {
    width: 40px;
    height: 40px;
  }
  