@charset "UTF-8";
html,
html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


body {
  background-color:#43A807;
}
h1 {
  color: white;
  text-align: center;
font-family: p22-underground,sans-serif;
font-weight: 300;
font-style: normal;
	font-size: 5em;
	letter-spacing: .2em;
	text-shadow: 2px 2px 2px teal;
}

h2 {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color:azure;
	text-align: center;
	font-size: 2em;
}

.intro {
	padding: 12em 12em;
	position: relative;
}
