/* Set footer background color and font color like image below */
footer {
  background-color: #131016 !important;
  color: white !important;
  border-top: 0px !important;
}

/* Set footer links color like in image below */
footer a {
  color: #ffdb8e !important;
  font-weight: bold !important;
}