display: flex
for the main containerjustify-content
andalign-items
to center- vh and vw units are percentage points of the viewport. To have an element take half the screen width use
max-width: 50vh
. - Can set body to
height: 100%
andmargin: 0
. Can also usevh
units.