	@font-face { font-family: Reem; font-style: regular; src: url('ReemKufi-Regular.ttf'); } 
	
	@font-face { font-family: Brill; font-style: regular; src: url('Brill-Roman.ttf'); } 

	@font-face { font-family: Rubik; font-style: regular; src: url('Rubik-Regular.ttf'); } 
	@font-face { font-family: Rubik; font-style: bold; src: url('Rubik-Bold.ttf'); } 

	
p {
    font-family: "Brill";
	position: relative;
	margin: 0;
}


h1 {
	font-family: "Rubik";
	position: relative;
	margin-top: 0px;
	font-size: 3em;
}

h2 {
	font-family: "Reem";
	margin: 0px;
}

.stuff {
	font-family: "Reem";
}

.sides {
	margin-left: 25%;
	margin-right: 25%;
}