/* Add here all your css styles (customizations) */
html
{
	height: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after
{
	box-sizing: border-box;
}

body
{
	position: relative;
	margin: 0;
	padding-bottom: 50px;
	min-height: 100%;
}

.main
{
	margin: 0 auto;
}