body{
	background-color: #eee;
	font-size: 18px;
}
h1{
	
	font-size: 42px;
}
h2{
	color: blue;
	margin-top: 1em;
	font-size: 30px;
}
.content{
	background-color: #fff;
	margin-top: 1em;
	padding: 1.5em;
	border-radius: 0.5em;
	border: solid 4px #bbb;
}
.image{
	border-radius: 0.5em;
	border: solid 3px #bbb;
}
.image-small{
	width: 25%;
}
.image-medium{
	width: 50%;
}
.image-large{
	width: 75%;
}