.site-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background-color: #f1f1f1;
  color: #333;
  font-size: 14px;
}
