body{
	max-width: 1920px;
	margin: auto;
}

@media screen and (min-width: 2560px){
	.container {
	    width: 1920px;
	    margin-left: 0%;
	}
}
