body {
	background-color: #E5E5E5;
	margin-top: 50px;
	margin-left: 50px;
	font-family: 'Arimo', sans-serif;
}

.squares {
	stroke: none;
	stroke-width: 0px;
}

#refreshButton:hover {
	color: #2B5Bb2;
}

h3 {
	font-size: 18px;
	width: 450px;
	color: #434343;
}

p {
	margin-bottom: 10px;
	width: 450px;
	font-size: 12px;
	color: #434343;
}