/* =======================================================
   🔻 FOOTER
   ======================================================= */
#site-footer, #site-footer p{
  text-align: center;
  padding: 20px;
  background-color: #0e0e0e;
  color: #aaa;
  font-size: 14px;
}

#site-footer a {
  color: #FF3B30;
  text-decoration: none;
}

#site-footer a:hover {
  text-decoration: underline;
  color: #f02820;
}

