html{
	margin-left: 10%;
	margin-right: 10%;
	font-family: garamond;
	text-align: center;
}
h1{
		position: fixed;
		left: 7%;
		font-family: futura;
		font-size: 48px;
		z-index: 1;
	}
	#image {
		background-color: #ffffff;
		transition: 0.2s; 
		padding-top: 12%;
	}
	#pic:hover {
			opacity: 0.7

		}

	
	image{ 
		width: 500px; 
		height: 500px;
	}
	h2{
		font-family: futura;
		font-weight: lighter;
		color: gray;
		font-size: 20px;

	}
	em{
		color: gray;
	}
	#brackets {
		color: gray;
	}
	#fixed_header {
		position: fixed;
	}