.centered{
	margin: auto;
	text-align: center;
	height: 100%;
	position: absolute;
	left: 25%;
	right: 25%;
}
.center{
	margin: auto;
}

a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
 }