ul{
	margin : 0;
	padding : 0;
	list-style : none;
}

ul li{
	line-height : 2rem;
}

.container{
	width : 100%;
}

.container div{
	width : 100%;
	display : flex;
	justify-content : center;
	align-items : left;
	flex-direction: column;

}