.footer-general {
  background-color: var(--color-logo);
  color: white;
}

.footer-links {
  display: flex;

  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  padding-top: 30px;
}

.copyright {
  text-align: center;
  font-size: smaller;
  margin: 0;
}
.footer-links a {
  color: rgb(255, 255, 255);
}
.arrow-up-background {
  position: fixed;
  right: 2%;
  bottom: 2%;
  height: 30px;
  width: 30px;
  border-radius: 60%;
  background-color: var(--color-logo);
}

.arrow-up {
  position: relative;
  top: 8px;
  left: 8px;
  border-top: 4px solid rgb(255, 255, 255);
  border-left: 4px solid rgb(255, 255, 255);
  transform: rotate(45deg);
  height: 15px;
  width: 15px;
}
