@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
@import url('https://fonts.googleapis.com/css?family=Sacramento');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text');
html{font-family: Garamond, EB Garamond, Georgia, serif;}


body {
	background-color: 	#2b2b2b	;
}

h1 {
	color: #F5F5F5;
	text-align: center;
}

.font {
    font-family: 'Crimson Text';
}
.logo {
   height: 600px;
   left: 50%;
   margin-top: -300px;
   margin-left: -321px;
   position: absolute;
   top: 50%;

}


#center {
    width: 100%;
    height: 600px;
    margin: 0 auto;
}
