/** @jsx jsx */ import { jsx } from "theme-ui"; import * as React from "react"; const Header: React.FunctionComponent<{}> = ({ ...restProps }) => { return (