/* CSS for Stuck.im*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
 html {
    font-size: 67.5%;
}
body {
	/*background-color: #5B5C60;*/
	background-color: #5B84B1FF;

}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 84px;
	/*color: #E81975;*/
	/*color: #FB766AFF;*/
	color: #fff;
	text-align: center;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 42px;
	/*color: #E81975;*/
	color: #fff;
	/*color: #FB766AFF;*/
	text-align: center;
}
.pictureprocess{
	margin: auto;
	width: 25%;
	height: 25%;
	display: block;
}