I use a box wrapper from MUI on my content and i want to center it vertically, so it'l be responsive when resizing window & in diff resolutions. Tried to use all 'Justify' combos but it didnt help:
<Box
margin='auto'
justifyContent='center'
bgcolor='#404040'
borderRadius='12px'
boxShadow='2'
width='1000px'
height='700px'>
<div className="title"> NBA Bet </div>
</Box>