/* general styles */
html, body {
	height: 100%;
	width: 100%;
}

img {
	display: block;
	margin: 0 auto;
	width: 50%;
	text-align: center;
	align: middle;
}

.content {
  color:#fff;
  background:#56A7D4;
  height: 25%;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-flow:column nowrap;
}
.content p {
  margin: 0px;
  text-align: left;
}
