@charset "utf-8";

#Boxes {
	height: 669px;
	width: 960px;
	margin: auto;
	position: absolute;
	top: -1px;
	left: 0px;
	bottom: 0;
	right: 0;
	z-index: 1;
	box-shadow: 0 0 50px black;
	background-image: url(..//BG2.jpg);
}

body {
	background: rgb(14,76,170);
background: linear-gradient(55deg, rgba(14,76,170,1) 0%, rgba(8,41,92,1) 35%, rgba(0,1,3,1) 100%);
  
}

