const MuiCard = { styleOverrides: { root: { // maxWidth: '420px', // marginLeft: 'auto', // marginRight: 'auto', // '&:hover': { // transition: 'all .7s ease', // boxShadow: '1px 1px 20px 10px rgba(15,255,193,0.75)', // }, }, }, }; export default MuiCard;