footer {
  position: static;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: black;
  text-align: center;
  padding: 20px;
}

.footer-item {
  font-family: "rsc-normal";
  font-size: 14px;
  font-weight: 400;
  margin: auto;
}

.footer-item a {
  color: #000;
}

.footer-item a:hover {
  opacity: 0.7;
  text-decoration: none;
  border-bottom: 2px solid #000;
}

.footer-icon {
  font-size: 30px;
  font-weight: 400;
  margin: auto;
}

.footer-icon a {
  color: #000;
}

.footer-icon a:hover {
  opacity: 0.7;
}