.footer-copyright {
    background: #000;
    /* Adjust to your brand color */
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
  }
  
  .footer-copyright a {
    color: #f7aa21;
    /* Accent color */
    text-decoration: none;
  }
  
  .footer-copyright a:hover {
    text-decoration: underline;
  }
  .footer-copyright p{
    color:white;
  }