Currently, I am in the process of developing a link-in-bio page and facing an issue with the background image not covering the entire screen. Instead, it only covers certain parts where there are objects like headers or lists. Here is the CSS code that I utilized to implement the background image:
body {
background: url(./942775.png) no-repeat center center fixed;
background-size: cover;
}