import { Paper } from "@mui/material"; function CenteredPaper({ children }: { children: React.ReactNode }): JSX.Element { return (