body {
}

#illustrationOne img, #illustrationTwo img {
	max-width: 100%;
}

#title h1 {
    color: red;
    text-align: center;
    font-size: 50px;
    border: solid 1px;
    padding: 10px;
    margin-top: 85px;
}

.bluetext {
	color: darkblue;
}

.redtext {
	color: red;
	font-weight: 500;
	font-style: italic;
}

#content {
	color: #333;
	font-size: 30px;
	text-align: center;
}

.block {
	margin: 75px 0;
}