Select Page

Add the following styles to the anchor tag to center/middle align it both horizontally and vetically.

a.center-align{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}