.footer-page{
  color: #999999;
  font-weight: bold;
  background:rgba(0,0,0,0.6)
}

.footer-page img{
  /*margin-bottom: 10px;*/height: 80px;
}

.footer-page .text-yellow{
  color: #c1ad8b;
}

.footer-page .main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 300px 0;
  margin-top: 66px;
}

.footer-page .main-container img {
  margin-right: 20px;
}

.footer-page .credits-container {text-align:center;color:#aaa;padding-bottom:10px}
.footer-page .credits-container img {filter: grayscale(1);}