

figcaption {
  text-align: center;
}

footer {
width: 100%;
}

footer  a {
  color: black;
}



footer a:hover{
  background: gold;

}

footer li {
//  margin: .25rem 0;
  list-style: none;

}

footer a:hover{
  background: gold;
}

.footer-items ul {
  color: black;
  display: flex;
  justify-content: space-around;
  align-items: start;
  //flex-wrap: wrap;
}

.footer-bottom{
  background-color: black;
  color: white;
  //width: 100%;
  text-align: center;
  background: #333;
  padding: 1rem;
}
