html,body{height:100%;}
body{background: black;}

/*-----------------------------
general
-----------------------------*/

.animate{
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.background{
	background: black;
	width: 100%;
	height: 100%;
}

.img_center img{
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

h1 {
	font-size: 150%;
	margin-top: 90px;
	color: white;
	text-align: center;
}

h2 {
	font-size: 110%;
	color: white;
	text-align: center;
}



@media (max-width: 1200px) {

	.img_center {
		margin-top: 100px;
	}

}
