footer {
    background-color: #40584E;
    color: white;
    padding: 10px;
    margin-top: 100px;
  }
  

.footer {
  margin-left: 250px; 
  margin-right: auto;
  margin-top: 30px; 
  margin-bottom: 20px;
}

footer a {
  color: white;
}

footer h3 {
font-size: 16px;
font-weight: bold;
margin-top: 0;
}

footer ul {
list-style: none;
padding-left: 0;
}

footer ul li {
margin-bottom: 10px;
}

@media (max-width: 767px) {
footer h3 {
    margin-top: 20px;
}
}
