Pindahkan CSS Div Down

div{
	margin-top:20px; /*move down how many pixels as needed, or give a rem value (better)*/
}
MitchAloha