.site-footer {
  background-color: #2a2a2a;
  padding: 3rem 2rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content {
  max-width: 800px;
  margin: 0 auto;
}

.site-footer h2 {
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.site-footer p {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.6;
}

.site-footer a {
  color: #00fefb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: #ffffff;
}
