/* ------ main css file --------*/

body {
	background: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #5554;
}
h1 {
	font-size: 25px;
	padding: 30px 0 10px;
}
p {
	padding-bottom: 30px;
}
.agile img {
	border: none;
	margin-top: 10px;
}
.agile {
	padding: 50px;
	font-size: 15px;
}
a {
	color: #66bbdd;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.description {
	margin-left: auto; 
	margin-right: auto; 
	width: 99%; 
}

.description strong {
	padding: 10px;
}