import { styled } from "@mui/system"; export const Em = styled("em")(() => ({ display: "flex", alignItems: "center", opacity: 0.7, fontStyle: "normal", color: "white", }));