@import url('css/bootstrap.min.css');
@font-face{
	font-family: irsans;
	src:url('fonts/irsans.ttf');
}
body{
	background-color: #8fcfe9;
	margin-top: 20px;
	direction: rtl;
	font-family: irsans;
	font-size: 16px;
}
#start{
	width: 90px;
	font-weight: bold;
	font-size: 24px;
	color:white;
	margin-bottom: 50px;
}
.main{
	background-color: #fff;
	margin-top: 90px;
	width:600px;
	border: 1px solid #024079;
	border-radius: 7px;
	padding:20px;
}
#timer{
	width: 210px;
	height: 32px;
	border: 1px dotted #024370;
	color: #024370;
	background-color: #8fcfe9;
	margin-bottom: 30px;
}
#return{
	color:white;
	margin-top: 40px;
}
#word{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
#ok{
	width: 80px;
	height: 35px;
	color:white;
	font-size: 19px;
	margin-top: 40px;
}
.t{
	color: #023983;
	font-size: 22px;
}
.about{
	font-size: 14px;
}
small{
	font-size: 17px;
}