:root {
  --black--1: #121212;
  --black--2: #212121;
  --text--gray--1: #b5b5b5;
  --white: #fff;
  --main--orange: #faba40;
  --main--light--yellow: #fff5e2;
  --main--light--yellow-darker-1: #ffebc7;
}

.footer-main {
  background-color: #121212;
  color: white;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bottom {
  background-color: #faba40;
  height: 8px;
}

.footer-bottom1 {
  font-family: "Georgia";
  background-color: #000;
}

.footer-content a {
  color: var(--white);
  font-size: 15px;
  padding: 2px 0px;
  text-decoration: none;
  display: block;
  transition: 0.25s ease;
  font-family: "Georgia";
}

.footer-content a:hover {
  /* background-color: var(--black--2); */
  color: var(--main--orange);
  transition: 0.25s ease;
  margin-left: 6px;
  margin-right: 6px;
}
