.footer {
  background-color: black;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  height: 57px;
  align-items: center;
  justify-content: space-between;
}
.social {
  margin-right: 25px;
  background-color: black;
  border: none;
  cursor: pointer;
}
.social-img {
  width: 25px;
}
.nav {
  background-color: black;
  border: none;
  color: rgb(137, 137, 137);
  font-size: 14px;
  margin-right: 5px;
}
.navbar {
  margin-left: 20px;
}
.nav:hover {
  cursor: pointer;
  color: white;
}
