#index-right-section {
	display:flex;
	flex-wrap:wrap;
	padding:4px;
}

#index-right-section a {
	display:flex;
	justify-content:center;
	padding:2px;
	margin:2px;
	border-radius:10px;
	width:150px;
	height:130px;
	color:black;
	background-color:white;
	text-decoration:none;
}

#index-right-section a p {
	align-self:center;
	background-color:rgba(255,255,255,0.5);
	text-align:center;
}

#index-right-section a p:hover {
	text-decoration:none;
	color:black;
	background-color:rgba(0,255,0,0.5);
}

#index-right-section a p b {

}

#index-right-section a p b i {

}