/* footer.css */
.site-footer {
  background-color: #111;
  color: #ccc;
  text-align: center;
  padding: 2em 1em;
  font-size: 0.9em;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: #c8102e;
  text-decoration: none;
  font-weight: bold;
}

.site-footer a:hover {
  text-decoration: underline;
  color: white;
}
