body{
	font-family: 'Roboto', sans-serif;
	color: #000;
	direction: rtl;
}

#container{
	width:800px;
	margin:50px auto;
	padding: 20px;
	width:50%;
	direction: rtl;
}
#container h2{
	text-align:center;
	color:#045;
}
/*تنسيقات محتوى الصفحة الرئيسية*/
#quoteContainer{
	width: 95%;
	background: #fff;
	padding: 10px;
	margin: 30px auto;
	text-align: center;
	height: 620px;
	direction: rtl;
	font-family: "Times New Roman", Times, serif;
	font-weight: 600;
	font-size: 28;/*حجم النص*/
}
#buttonContainer{
	width: 100%;
	text-align: center;
	direction: rtl;
}
#quoteButton{
	width:200px;
	margin-top: 10px;
	border:2px solid #46b8da;
	color:#045;
	font-family: inherit;
	font-weight: bold;
	padding:5px;
	text-decoration: none;
	text-align: center;
}

#quoteButton:hover{
	cursor:pointer;
	background:#09c;
	color: #fff;
}
#quoteButton:active{
	cursor: pointer;
}
#quoteButton{
	display: inline-block;
}
#quoteGenius{
	
	font-weight: 600;
	text-align: justify;
	direction: rtl;
}


/*MEDIA QUERIES*/
@media screen and(max-width:760px){
	#quoteButton,#addNew{
		display: block;
	}
}
