/* Centered alignment */

.container {
	margin-left: auto;
	margin-right: auto;
}

