@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'byekan';
    src: url('../fonts/BYekan.eot');
    src: url('../fonts/BYekan.woff') format('woff');
    src: url('../fonts/BYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
	margin: 0px;
}

a,p,h1,h2,h3,h4,h5,h6,input,select,option,td,textarea{
	font-family: 'byekan';
	color:white;
}

a{
	text-decoration: none;
	color: white;
}

option{
			color:#000000;
		}

.btn{
	background-color: #7693dd;
	color:#000000;
	cursor: pointer;
	font-size:20px;
	border: none;
	border-radius: 80px;
	padding: 2% 12% 2% 12%;
}

td{
	color: #ffffff;
}


.boxdive{
    width: 80%;
    padding: 4%;
    background-color: rgb(193 193 193);
    border-radius: 20px;
    margin-top: 3%;
    margin-bottom: 3%;
}
.boxdive table{
	text-align: center;
	width: 100%;
	direction: rtl;
}
.boxdive h3 {
	    width: 100%;
    text-align: right;
    margin-top: 0px;
}


