your problem is the feature of position: fixed;
, simply, remove it or just give it a position other than fixed
.
Also, for your background image not to be repeated, you could change your whole background-image
property to background: url("https://img.freepik.com/free-photo/top-view-backgammon-game-board_68747-224.jpg?size=626&ext=jpg") no-repeat;
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…