.bottom-bar {
  background-color: var(--color-hover1);
  color: #eee;
  padding: 2rem 1rem;
  font-family: 'Roboto', sans-serif;
}

.bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1 1 200px;
  margin: 1rem;
}

.footer-section h3,
.footer-section h4 {
  margin-bottom: 0.5rem;
  color: #fff;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 0.4rem;
}

.footer-section a {
  color: var(--color-secondary);
  text-decoration: none;
}

.footer-section a:hover {
  color: #fff;
  text-decoration: underline;
}

.social-icons a {
  margin-right: 1rem;
  font-size: 1.3rem;
  text-decoration: none;
}
