body
{
	background: rgb(2,0,36);
	/*background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(12,43,132,1) 35%, rgba(49,118,222,1) 100%);*/
	background-image: url("../images/back.png");
	/*background-repeat: no-repeat;*/
	background-size:100% 100%;
	height:100vh;
	overflow-x: hidden;
	max-width:1280px;
	margin: auto !important;
	/*overflow: hidden;*/
}