#sidebar{	
	font-family:Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	position: fixed;
	left: 70px;
	top: 180px;
  	width:600px;
	background:white;
	color:black;
	padding:10px;
}	