@charset "UTF-8";
/* CSS Document */

.question{
	font-size: 20px;
}

p.question:before{content:"Q. ";font-family:'Unica One';font-size:30px;color:#f68e56;}
p.answer:before{content:"A. ";font-family:'Unica One';font-size:30px;color:#f68e56;}

.line-it-button{
	float: left;
	margin-right: 20px;	
}