footer {
  padding: 1em 2em;
  text-align: center;
  background: rgb(22 103 173);
  color: white;
}

footer p {
  margin: 0%;
  padding: 0%;
}

.footer-description a {
  color: #fff;
  transition: all 0.5s ease;
}

.footer-description a:hover {
  color: #b9b7b7;
}
@media only screen and (max-width: 550px) {
  footer p {
      padding-bottom: 162px;
  }
  
}

