// components/Header.js const headerStyle = { backgroundColor: "blue", color: "white", width: "100%", height: "50px" }; const Header = () => (