h1 {
  text-align: center;
  background-color: black;
  color: white;
}


h2 {
  text-align: center;
  background-color: black;
  color: white;
}

.fav {
  padding-bottom: 20px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-evenly;

}

.ghanaian {
  padding-bottom: 20px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-evenly;
text-align: center;
  
}

.chinese {

  flex-wrap: wrap;
  display: flex;
  justify-content: space-evenly;
  text
}
  h3{
    text-align:left;
  }


body {
  background-color:#c0a082
}

footer {
  background-color: navajowhite;
  color: black;
  bottom: 0;
  width: 100%;

}

.footer-social {
  float: right;
  text-align: end;
  width: 300px;

}

.footer-content {
  width: 300px;
  margin-right: 0;
}

.footer-content h3 {
  text-align: left;
}

.footer-social h3 {
  text-align: right;
}


.footer-bottom {
  text-align: center;
}

.footer-contacts {
  display: inline;

}

.footer-contacts h3 {

  margin-top: 0px;

}