body{
	height:100vh;
	width:100%;
	padding:0;
	margin:0;
	font-family: 'Source Sans Pro', sans-serif;
	color:#253d5a;
	font-size:18px;
	display:flex;
	flex-direction:column;
	background-image: radial-gradient(circle 648px at center, #fff 50%, #ecf3fc 87%, #dce9f9 400%);
}

.text-wrap{
	text-align:center;
	height:300px;
}

p{
	margin-left:10px;
	margin-right:10px;
}

.img-wrap{
	flex: 1;
	text-align:center;
	margin-bottom:100px;
}

.img-wrap img{
	width: 60%;
	height: 100%;
	position: relative;
	top: 80px;
}

.title{
	text-align:center;
	margin-top:100px;
}
.title span{
	color:#fff;
	position: absolute;
	font-size: .1em;
	opacity: 0;
	
}

@media only screen and (max-width: 760px) {
  .text-wrap {
    font-size: 14px;
  }
	.img-wrap img{
		width: 80%;
	}
}
@media only screen and (max-width: 600px) {
  .title img {
		width: 200px;
  }
}
