<!doctype html>
<html>

<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">

	<title>Evan Walsh</title>
	<style>
		/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

		html {
			background-color: #008080;
		}

		body {
			background-color: #c0c0c0;
			border: white 2px solid;
			border-right-color: gray;
			border-bottom-color: gray;
			font: 1rem/1.5rem Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
			margin: 1rem auto;
			max-width: 600px;
			padding: 1rem;
			width: 100%;
		}

		a:link { color: #0000ff; }
		a:visited { color: #551a8b; }
		a:hover { color: #ff0000; }
		a:active { color: #ff0000; }

		h1 {
			font-size: 2.5rem;
			line-height: 3rem;
		}

		header {
			background-image: linear-gradient(to right, #08216b, #a5cef7);
			color: white;
			margin: -1rem -1rem 1rem -1rem;
			padding: 1rem;
		}
	</style>
</head>

<body>

<header>
	<h1>Evan Walsh</h1>
</header>

<p>Human living in Indiana</p>
<p><a href="mailto:evan@worldwidewalsh.com">evan@worldwidewalsh.com</a></p>

</body>

</html>
