How to move this text on top



.background {
position: fixed;
margin-top:0;
width: 100%;
height:100%;
top:0;
right:0; 
left: 0%;
z-index:-100;
filter: brightness(100%);
background: #efede0; 
background-size: cover;
background-position: center center;
}



[data-test="glide-app-bar"] >div {
background: #efede0 !important; 
}

[id="tabBar"] {
background: #efede0 !important; 
}

Have used this css to change background.
And added image component to add an image text "salem illampillai collections"
But its not fixed on top ,what to change to fix it at top.
![Screenshot_2022-12-28-16-32-15-894_com.android.chrome|225x500](upload://sgMW8cbhqvfRAnqpHHxy8056TJ8.jpeg)