// Styling const Background = styled.div` position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: -10; background: linear-gradient(0deg, #a8c0ff, #3f2b96); background-size: cover; background-position: center center; `; // Render return (<Background />);