*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:  sans-serif;
  } 
  
  .footer {
    background-color: #600020;
    color: white;
    padding: 40px 0;
    text-align: center;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  
  .footer-section {
    max-width: 400px;
    text-align: left;
  }
  
  .footer-section h2 {
    font-size: 22px;
    margin-bottom: 10px;
    border-bottom: 2px solid white;
    display: inline-block;
  }
  .footer-section p{
    line-height: 1.5rem;
    color: white;
  }
  
  .footer-section p, 
  .footer-section ul {
    font-size: 16px;
    margin-top: 15px;
  }
  
  .footer-section ul {
    list-style-type: none;
  }
  .footer-section li{
    color: white;
  }
  
  .footer-section ul li {
    margin: 5px 0;
  }
  
  .social-icons {
    display: flex;
    margin-top: 10px;
  }
  
  .social-icons a {
    color: white;
    font-size: 20px;
    margin: 0 10px;
    text-decoration: none;
  }
  
  .footer-bottom {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid white;
    text-align: center;
  }
  
  .footer-bottom p {
    font-size: 17px;
    margin: 5px 0;
    
    color: white;
  }
  
  .back-to-top {
    color: white;
    font-size: 20px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
  }
  
  
  .footer-section li:hover{
    color: #600020;
    cursor: default;
    transition-timing-function: ease-in-out;
  }
  #P{
    line-height: 1.9rem;
  }