<Box sx={{ width: 200, height: 200, backgroundColor:'pink', p:1, boxSizing:'border-box', transition: 'all 0.5s', '&:hover':{ backgroundColor:' yellow', cursor:'pointer', transform: 'rotate(30deg)' } }}> CAPSCOM TECHNOLOGY </Box>
<Box sx={{ width: 200, height: 200, backgroundColor:'pink', p:1, boxSizing:'border-box', transition: 'all 0.5s', '&:hover':{ backgroundColor:' yellow', cursor:'pointer', transform: 'rotate(30deg)' } }}> CAPSCOM TECHNOLOGY </Box>