
html {
	background:url(img/squairy_light_other.jpg);
	font-family:Helvetica, sans;
	font-size:20px;
}

h1, h2, h3 {
	font-family: 'Fredoka One', cursive;
	color:#294772;
}

h1 {
	text-align:center;
}



.wrapper {
	width:90%;
	margin: 20px auto;
}



.important-data {
	font-weight:bold;
	font-family: 'Fredoka One', cursive;
	color:#C90053;
	text-align:center;
}


.img-left {
	float:left;
	margin-right: 30px;
}

.img-right {
	float:right;
	margin-left:30px;
}

.img-center {
	text-align:center;
}

.img-left img , .img-right img, .img-center img {
	-webkit-box-shadow: 3px 3px 11px 0px rgba(50, 50, 50, 0.53);
	-moz-box-shadow:    3px 3px 11px 0px rgba(50, 50, 50, 0.53);
	box-shadow:         3px 3px 11px 0px rgba(50, 50, 50, 0.53);
}

h2 {
	text-align:center;
}

.clearfix {
	clear:both;
}

@media only screen and (max-width: 700px) {
	.img-center  img {
		width:100%;
		
	}

}
