body {
	width: 100%; 
	height: 100%;
	
}

div {
    height: 100%;
    width: 60%;
    background: white;

	align: center;
    position: fixed;
    top: 5%;
    left: 25%;
	overflow: auto;
}

li{
  margin: 10px 0;
  text-align: justify;
}