footer {
  background-color: var(--primary-color);
  color: var(--white-color);
  text-align: center;
  padding: var(--base-spacing);
}

footer a {
  color: var(--white-color);
  text-decoration: none;
  font-weight: bold;
}

footer a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-links p {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.social-links a {
  margin: 0 15px;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}