
* {
	box-sizing: border-box;
}

html,body {
	height: 100%;
	/* overflow:hidden; */
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.container{
	max-width:960px;
}