footer {
  border-top: 1px solid rgba(218, 200, 242, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-links a {
  color: #fff;
}

.footer-links a:hover {
  text-decoration: underline;
}

.social-items,
.documents {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.social-network-link,
.doc-link {
  font-size: 17px;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.8;
  font-weight: 300;
  text-align: center;
}

.social-network-link:hover,
.doc-link:hover {
  opacity: 1;
}

.img-bank-logo {
  width: 35px;
}

.footer-rights {
  color: rgba(218, 200, 242, 0.65);
  font-size: 15px;
}
