/*

	portfolio.css
	Layout Style Sheet
	Date: 10/06/21
	Author: Shayan Khan
	
*/


/* body */

body {
		background-color: gold;
		
}

a {
			color: Brown;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.5em;
	}
	
h1 {
		background-color: silver;
		color: blue;
		font-size: 2.5em;
		letter-spacing: .2em;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		word-spacing: .5em;
}

h2	{
		font-family: Arial, Helvetica, sans-serif;
		background-color: white;
		color: blue;
		text-align: left
		
}

P {
		color: blue;
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		line-height: 2em;
		font-size: 1em;
		margin: 0;
}

Strong {
			font-weight: bold;
			font-variant: small-caps:
}

em {	
		font-weight: 700;
}

ul {
		color: chocolate;
}

