footer {
  border-top: 0.1px solid #bdbdbd;
  color: #424242;
}
footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
footer .logo2 {
  font-size: 70%;
  float: right;
}
footer .info {
  margin-top: 2%;
  float: right;
  margin-right: 20%;
}
footer .info a {
  color: #424242;
  text-decoration: none;
}
footer .info img {
  opacity: 0.8;
}
