
			html {background: rgba(98, 115, 102, 1);}
			html, body {
				margin: 1.5em auto;
				padding: 0 1em;
			  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			  font-size: 1em;
			  color: rgba(233, 235, 223, 0.95);
			  -webkit-text-size-adjust: none;
			  max-width: 27em;
			  line-height: 1.6000em; 
			}

			a {
			  color: rgba(233, 235, 223, 0.8);
			  outline: 0;
			  transition: all 0.3s ease-in-out;
			  text-decoration-color: rgba(236,237,236, 0.3);
			  text-decoration: underline;
			  text-decoration-thickness: 2px;
			  text-underline-offset: 2px;


			}

				a:hover {
					color: rgba(233, 235, 223, 0.95);
					text-decoration-color: rgba(236,237,236, 0.95);
				}

				

            ul {text-transform: lowercase;padding:0;}
			li {
				list-style: inside;
				line-height: 1.4000em; 
			}
				
			header {text-align:center;}
				header p {margin: 0;}		

			hr {
				height: 1px;
				background-color: rgba(236,237,236, 0.5);
				border: none;
				margin: 1.25em 0;
				clear: both;
			}

			p {
			  margin: 1.25em 0;
			}

			em {
			  font-style: italic;
			}

			strong {
				font-weight: bold;
			}

			abbr {
			  letter-spacing: 0.1em;
			  font-size: 0.8em;
			}

			.about {
				font-size:1em;
				font-weight: bold;
				text-transform: uppercase;
	
			}

			h1 {
				font-size: 1.1em;
				display: inline;
				font-weight: normal;
			}

			h2 {
				font-size: 1.1em;
				font-weight: normal;
				margin: 0;
			}

			h3 {
				font-size: 1em;
				margin: 1.25em 0;
				font-weight: bold;
			}

			footer {
				margin-top: -1.25em;
				font-size: 0.7em;
			}

			img.cap {
				border-radius: 20%;
				outline: 1px solid rgba(236,237,236, 0.3);
				outline-offset: -1px;
			}

