/* Footer Section */
.footer {
  text-align: center;
  padding: 1rem;
  background-color: #5a2d2f; /* Wine red */
  color: #fff;
}

.footer a {
  color: #d4af37;
  text-decoration: none;
  margin: 0 0.5rem;
  font-weight: bold;
}

.footer a:hover {
  text-decoration: underline;
}
