body {
	background-color: White;
}

ul {
	margin-top: 40px;
	padding-left: 0px;
}

ul li {
	margin-bottom: 20px;
	border-bottom: 3px solid aliceblue;
	list-style: none;
	background-color: aliceblue;
	padding: 25px;
	border-radius: 9px;
}

.btLink {
	margin-top: 10px;
	display: block;
	width: 210px;
	background-color: #e8e8e8;
	border-radius: 9px;
	padding: 5px;
	text-align: center;
}