* {
	margin: 0;
	padding: 0;
}
body {

}
.pageTitle{
	text-align: right;
    color: #4a1367;
   text-shadow: 0px 1px 10px #231975;
    font-size: 32px;
    font-weight: bold;
	width:30%;
	float:right;
	direction: rtl;
 
}


.num{
    width: 108px;
    height: 100px;
    border-radius: 15px;
    background-color: #2f482f;
    float: left;
    margin-left: 3%;
    margin-top: 8px;
    font-size: 70px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    border: 2px solid #fff;
}
.num:hover{
	 color: #b7afe2;	
	 border: 2px solid #b7afe2;
}



.badAnswerDiv{
	font-size:30px;padding:5px;text-align:center;border-bottom: 1px solid #fff;
}
.badAnswerDiv:hover{
	background-color:#5e42b7;
	color:#FFF;
	cursor:pointer;
}


