div{
	/* border: 1px solid black; */
}
/*
@media (max-width: 1100px){	body{color: red !important;}
@media (max-width: 1000px){	body{color: blue !important;}
@media (max-width: 900px){	body{color: green !important;}
@media (max-width: 800px){	body{color: yellow !important;}
@media (max-width: 700px){	body{color: orange !important;}
@media (max-width: 600px){	body{color: pink !important;}
@media (max-width: 500px){	body{color: brown !important;}
@media (max-width: 400px){	body{color: cyan !important;}
@media (max-width: 300px){	body{color: black !important;} 
*/

@media (max-width: 1000px){
	.center{
		/* background: blue !important; */
	}
}

@media (max-width: 320px){
	.center{
		/* background: red !important; */
	}
}