.footer {
  background-color: #20252a55;
  color: #000000;
  padding: 40px 0;
}
.footer a {
  color: #000000;

  text-decoration: none;
}
.footer a:hover {
  color: #007bff;
}

.footer .social-icons a {
  font-size: 20px;
  margin: 0 10px;
  display: inline-block;
  color: #000000;
}
.footer .social-icons a:hover {
  color: #0056b3;
}
.footer .subscribe-btn {
  background-color: #007bff;
  border: none;
  color: white;
  z-index: -1;
}
.footer .subscribe-btn:hover {
  background-color: #0056b3;
}
.pic img {
  height: 150px;
  width: 200px;
}
.box-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
}
