.footer {
    background-color: #333; /* 設定背景色 */
    color: #fff; /* 設定文字顏色 */
    padding: 9px; /* 添加內邊距以增加間距 */
    text-align: center; /* 文字置中 */
    font-size: 14px; /* 設定文字大小 */
    font-family: 'Arial', sans-serif;
  }