/* footer.css */
.footer-container {
  text-align: center;
  font-size: 14px;
  padding: 15px;
  color: #555;
  background: #fdfdfd;
  border-top: 2px solid #eee;
  font-family: "Microsoft YaHei", sans-serif;
}

.footer-container .fun-fact {
  margin-bottom: 8px;
  font-size: 15px;
  color: #ff6600;
}

.footer-container .runtime {
  margin-bottom: 8px;
  color: #888;
}

.footer-container .work-countdown {
  margin-bottom: 8px;
  font-weight: bold;
  color: #0099ff;
}

.footer-container .footer-bottom {
  margin-top: 10px;
  font-size: 12px;
  color: #aaa;
}
