body {
    background-image: url('../img/background-index2.png'); /* 替換成你的圖片路徑 */
    background-repeat: repeat;                  /* 重複平鋪 */
    background-size: auto;                      /* 使用原始大小，不縮放 */
    background-position: top left;              /* 從左上開始鋪 */
    background-attachment: scroll;              /* 隨頁面捲動背景 */
  }