/* Footer */
.site-footer {
  background: linear-gradient(45deg, #040973, #020761);
  color: rgb(255, 255, 255);
  padding: 40px 20px;
  margin-top: 0px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.footer-about h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.footer-links ul {
  list-style: none;
}

.footer-links a,
.footer-social a {
  color: rgb(238, 237, 244);
  text-decoration: none;
}

.footer-links a:hover,
.footer-social a:hover {
  color: #ffd700;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid rgba(12, 4, 85, 0.91);
  padding-top: 10px;
  font-size: 14px;
}
