footer p span,
footer p a {
  font-size: var(--footer) !important;
  color: #989898 !important;
}

footer .social-media a {
  text-decoration: none;
  color: var(--dark);
  font-size: 30px;
  margin-right: 8px;
}

footer hr {
  color: #989898;
}

footer .up-button {
  color: var(--black);
  height: 40px;
  width: 40px;
  background-color: #f5f5f5;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-left: 10px;
}
