body {
	font-family: 'Noto Sans', sans-serif;
	background:#afcfdb;
	display:flex;
	align-content:center;
	justify-content: center;
	line-height:120%;
}

section {
	padding:20px;
	border:5px solid #7aafc3;
	border-radius:15px 15px;
	margin:15px;
	max-width:400px;
}

section img {
	width:300px;
	max-width:100%;
	margin:auto;
	display:block;

}

section h1 {
	text-align: center;
	color:#4b8da6;
	margin:0px;
	line-height:120%;
}

section p {
	text-align: center;
	color:#4b8da6;
}

.button {
	color: #fff;
    background: #4b8da6;
    border-radius: 15px 15px;
    padding: 10px 5%;
    line-height: 140%;
    display: block;
    width: 90%;
    font-size: 18px;
    text-decoration: none;
}

.button:hover {
	opacity:0.8;
}