@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
	font-family: IRANSansX  !important;
	direction: rtl;
	margin: 0;
}
h1, h2, h3, h4, h5, h6,input, textarea {
	font-family: IRANSansX !important;
}
h1 {
	font-weight: bold;
}
input[type="submit"] {
    width: 100%;
}
input {
    text-align: center;
    border-width: 1px;
	border-radius: 8px;
}
input[type="submit"] {
    padding: 8px 20px;
    font-size: 20px;
    color: #fff;
    border: none;
    background-color: #3b5bd0;
}
@media only screen and (max-width: 600px) {
h1 {
    font-size: 20px !important;
    text-align: center;
}
}
@media only screen and (max-width: 600px) {
form {
    text-align: center;
    width: 90% !important;
}
}
@media only screen and (max-width: 600px) {
input[type="number"] {
    padding: 10px;
    width: 92% !important;
}
}
.adadcss {
    padding: 10px;
    background-color: #e8e8ff;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 14px;
    font-size: 20px;
}