.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 80px;
  color: #000000;
  background-color: #535a60;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  bottom: 0;
}

.footer .footer-title {
  position: relative;
  text-align: center;
  font-size: 14px;
  color: white;
}

.footer .footer-icons {
  padding: 10px 10px;
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;

}

.footer .footer-icons a {
  text-decoration: none;
  color: #fff;
}



@media (max-width: 500px) {
  .footer {
    padding: 10px 80px;
  }
}