html{ background-color: #1b1e23;

			}
			body { text-align:center;
			margin:5em auto;
			width: 60%; }

			h1 {font-family: dazzle-unicase,sans-serif;
			font-weight: 700;
			font-style: normal;
				color: #fff;
			}
			h3 {
				font-family: dazzle-unicase, sans-serif;font-weight: 700;font-style: normal;
				color: #fff;
			}
			 p { font-family:proxima nova;
			 	color : #fff;}
			 #container{
			 	border: solid 8px red;
			 }
			a:link { color: red; }
			a:visited { color: yellow; }
			a:hover { color: #09C; }
			a:active {color: #0CF;  }