#footer {
    background: rgba(255, 253, 253, 0.5); /* 黑色，50% 的透明度 */
    color: #252222; /* 你想要的文字颜色 */
  }
#footer a {
    color: #519dd9;
  }
  
#footer a:hover {
    color: #49b1f5;
  }
#footer-wrap {

    color: #252222; /* 你想要的文字颜色 */
  }