@font-face {
    font-family: Samim;
    src: url('https://static.aftab.cc/fonts/Samim.woff');
}
@font-face {
    font-family: Samim;
    src: url('https://static.aftab.cc/fonts/Samim-Bold.woff');
    font-weight: bold;
}
body{
    direction:rtl;
	font-family:Samim,Tahoma;
	font-size: 20px;
	background-color: #3498db;
}
a,
a:link,
a:active,
a:visited {
    text-decoration: none;
}
html{
	direction: rtl;
	font-size: 16px;
}
main{
	margin-top: 20px;
}
#main{
	/*overflow-x: scroll;*/
}
.container{
	max-width: 800px;
}
@media screen and (max-width: 600px){
	.p-5 {
	    padding: 1rem !important;
	}
	h1 .badge {
	    font-size: .65em;
	}
}
.center{
	text-align: center;
}


#copyright{
	direction: ltr;
	font-size: 11px;
	text-align: center;
	margin-top: 50px;
}