body {
			margin: 0;
			font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		}
		.image {
			display: flex;
			justify-content: center;
			
		}
		.image img {
		
			max-width: 100%;
			height: auto;
			display: block;
			
		}
		.text p {
		
			max-width: 950px;
			height: auto;
			display: block;
			text-align: left;
			padding: 20px;
			
		}
ul {
	list-style-position: outside;
		max-width: 950px;
			height: auto;
			display: block;
			text-align: left;
			
}
a.btn:link {
	display: block;
	width:250px;
	padding:25px;
	background-color: #7F9A22;
	text-transform: uppercase;
	
	text-decoration: none;
	color: white;
	font-size: 1.2em;
}
a.btn:hover {
	background-color: #B7B954;
}
a.btn:visited {
	color: white;
}