.logoHeader {
    padding-top: 10px;
    padding-bottom: 10px;
	height: 100px;
}.logoHeader img {
	height: 100px;
}
.information {
	border-radius: 25px;
	padding: 20px;
	height: 100%;
	background: #05b3e2;
}
.information h1 {
	color: #fff;
	text-align: center;
	font-size: 1.8em;
	font-family: "Segoe UI","Open Sans",san serif;
}
.information p {
	color: #fff;
	font-size: 1.1em;
	padding-left: 10px;
	padding-top: 20px;
	font-family: "Segoe UI","Open Sans",san serif;
}