.row
{
	margin-bottom: 10px;
}

.btns{
  text-align:center;
}

.icon
{
	font-size: 3.2em;
}

.intendedAudience, .notSpecificallyTargeted
{
	background-color: #04b0b5;
	min-height: 50px;
	padding: 10px;
	text-align: center;
	color: #fff;
}

.centre
{
	padding: 10px;
	background-color: #357acc;
	color: #fff;
	text-align: center;
	min-height: 50px;
}

.btns, .centre{
  cursor:pointer;
}

.title
{
	text-align: center;
}

#checkCorrect
{
	font-family: 'Courgette', 'cursive';
	font-size: 20px;
	margin: 20px 0px;
}