footer {
  background-color: #262626;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0px;
}

.social-icons a {
  text-decoration: none;
  font-size: 40px;
  padding-right: 9px;
  padding-left: 9px;
  color: #ababab;
  display: inline-block;
  transition: transform 0.5px;
}

.social-icons a:hover {
  color: #ff004f;
  transform: translateY(-5px);
}

.foot-email {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0px;
}

.foot-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #ababab;
  margin: 15px 0px;
  font-family: "Poppins";
}
