export default Gale({ Title:{ padding:"2rem", background: "blue", color:"white" }, Plain:{}, PartGroup:{ display: `flex`, flexWrap: `wrap` }, Part:{ border: `1px solid black`, borderRadius: `5px`, padding: `1rem` }, BlockScreen:{ position: "fixed", zIndex: "9999", top: "0", left: "0", width: "100%", height: "100%", background: "rgba(128, 128, 128, 0.5)" }, DeskContainer:{ border: `1px solid black`, borderRadius: `5px`, padding: `1rem` }, DeskDirty:{ background:"tomato", color:"white" } });