@import url('https://fonts.googleapis.com/css?family=Advent+Pro');
*{
	margin:0;
	padding:0;
}
html { 
	direction:rtl;
	background:url("images/bg.gif") no-repeat center center fixed; 
	background-size:cover;
}
body {
	height:100%;
}
h1{
	font-family:'Advent Pro', sans-serif;
	font-size:7em;
	margin:.2em .5em;
	color:#fff
}

.div{
	width:300px;
	float:right;
	text-align:center;
	margin-right:10px
}