body{
	text-align: center;
}

.lists{
	display: grid;
	width: 70%;
	margin: auto;
	grid-template-columns: 1fr 1fr;

}