/* footer.css - Footer Styles */
footer {
  background: #faf8f2ff;
  color: #6B4F31;
  text-align: center;
  padding: 1em;
  margin-top: auto;
}
