*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
	background: #1c2a3f;
    color: #fff;
    padding: 0px;
    margin: 0px;
}

div.content {
	width: 700px;
	margin: 175px auto 75px auto;
	padding: 0px 0px 0px 0px;
}

div.content img {
	width: 220px;
}



div.clear {
	clear: both;
}

 
 
/* Smart Phone */
@media (min-width: 1px) and (max-width: 700px) {
div.content {width: 90%!important;}


body {
}


div.content {
	width: 330px!important;
	margin: 135px auto 0px auto;
}

 
}