.hallremark{
	display:flex;
	flex-direction:column;
}
.hallremark:nth-child(even){
	background:gray;
}