@charset "utf-8";
@font-face {
    font-family: yekan;
    src: url("../fonts/yekan.woff");
 }
@font-face {
    font-family: yekan_b;
    src: url("../fonts/yekan_b.woff");
 }
@font-face {
    font-family: aviny;
    src: url("../fonts/aviny.ttf");
 }
body{
    background: #DCE35B; 
}
.maindiv{
	background-color: #ffffff;
	min-height: 600px;
	margin-top: 60px;
}
.maindiv h1{
	font-family: aviny;
	color: #000000;
	font-size: 32px;
	text-align: right;
	padding-top: 10px;
}
.btns{
	color: #ffffff;
    font-size: 80px;
	font-family: aviny;
	text-align: center;
	background-color: #424242;
	min-height: 400px;
	padding: 15px;
}
.numbers{ 
	padding-top: 5px;
	border-top: 1px solid #929292;
}
.started{
	text-align: right;
	font-family: yekan_b;
	font-size: 20px;
	margin-top: 15px;
	color: #153e90;
}
.reset{
	padding: 5px 20px 5px 20px;
	text-align: left;
	font-family: yekan_b;
	font-size: 18px;
	margin-top: 10px;
	background-color: #f14668;
	color: #fff;
	border: 0px;
	border-radius: 5px;
}
.number{
	text-align: center;
	font-family: yekan_b;
	font-size: 64px;
	padding: 0px;
	margin: 0px;
	line-height: 60px;
}
.name{
	text-align: center;
	font-family: yekan_b;
	font-size: 16px;
}
.name span{
	text-align: center;
	font-family: aviny;
	font-size: 26px;
	margin-left: 5px;
	margin-right: 5px;
}
.top_left{
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	height: 130px;
	margin: 0px;
	padding: 0px;
}
.top_center{
	border-bottom: 4px solid #FFFFFF;
	height: 130px;
	margin: 0px;
	padding: 0px;
}
.top_right{
	border-left: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	height: 130px;
	margin: 0px;
	padding: 0px;
}
.center_right{
	border-left: 4px solid #FFFFFF;
	height: 130px;
	margin: 0px;
	padding: 0px;
}
.center_left{
	border-right: 4px solid #FFFFFF;
	height: 130px;
	margin: 0px;
	padding: 0px;
}
.bottom_left{
	border-left: 4px solid #FFFFFF;
	border-top: 4px solid #FFFFFF;
	height: 130px;
	margin: 0px;
	padding: 0px;
}
.bottom_center{
	border-top: 4px solid #FFFFFF;
	height: 130px;
	margin: 0px;
	padding: 0px;
}
.bottom_right{
	border-right: 4px solid #FFFFFF;
	border-top: 4px solid #FFFFFF;
	height: 130px;
	margin: 0px;
	padding: 0px;
}
.btnazanim{
	background-color: #f14668;
	animation: btnazAni .6s;
}
@keyframes btnazAni{
		0%{
			opacity: 1;
		}
	    20%{
			opacity: 0.6;
		}
	    40%{
			opacity: 1;
		}
	    60%{
			opacity: 0.6;
		}
	    80%{
			opacity: 1;
		}
		100%
		{
			opacity: 0.6;
		}
	}