a {
  text-decoration: none;
}

footer {
  background-color: white;
  text-align: center;
  margin-top: auto;
}

footer li {
  list-style: none;
  
  display: inline-block;
}
footer img {
  width: 25px;
}

.icons a {
  background: white;
  color: white;
  padding: 4px;
  font-size: 20px;
  border-radius: 100%;
  display: flex;
}

.icons a:hover {
  color: #ffffff;
  transition: 0.5s;
}

.menu a {
  color: #ffffff;
  text-transform: capitalize;
}

.menu a:hover {
  color: white;
  transition: 0.5s;
}

.footer-copyright {
  background-color: white;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  
}

.footer-copyright p {
  margin-bottom: 0px;
}