html{
	margin: auto;

}
p{
	font-size: 20px;
	border-bottom: 1px solid;
	text-align: center;
	line-height: 20px;
}

a{
	text-decoration:none;
}
ul{
	
	
}

.list{
	margin: auto;
	height: max-content;
	width: max-content;
}

.block{
	list-style-type:none;
	border: 1px solid;
	padding: 0px 0px 10px 0px;
}

.odd{
	background-color: lightgrey;
}
.even{
	background-color: snow;
}

.footer{
	margin-bottom: 0;
	
}
.footer h6{
	text-align: center;
}