.output-container {
background: #333;
color: #fff;
padding: 1rem 1;
width: 100%;
top: 0;
z-index: 1000;
text-align: center;
}
https://i.sstatic.net/V0RSm2ft.png
When I added the class to the element, I noticed that the grey section behind the text did not extend all the way to the edges of the screen. Increasing the width property in the class didn't solve the issue because it also affected the positioning of the text within the box.
I attempted to adjust the width value in the class, but this caused both the text and background to stretch out to the right, resulting in the text being displayed incorrectly and leaving the left side of the grey background unaffected.