#site-footer {
  background-color: #38302e;
  color: #cfc7d2;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}

.footer-section {
  flex: 1;
  min-width: 200px;
}

.footer-section h3 {
  color: #4bb3fd;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 5px;
}

.footer-section ul li a {
  color: #cfc7d2;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-section ul li a:hover {
  color: #0cce6b;
}

.footer-section p {
  margin: 5px 0;
  font-size: 0.9rem;
}

.footer-section a {
  color: #cfc7d2;
  text-decoration: none;
}

.footer-section a:hover {
  color: #0cce6b;
}

.footer-bottom {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #4bb3fd;
  font-size: 0.8rem;
}
