

body, header, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

header {
  margin: 40px;
  text-align: center;
  background-color: transparent;
}

section {
	margin: 0 10% 5em 10%;
	
}

section a, section a:visited {
  color: blue;
  text-decoration: none;
}

section a:hover {
  color: black;
}

footer {
  position: fixed;
  bottom: 10px;
  width: 80%;
  margin: 0 10%;   
}

footer input {
  width: 100%;
}

aside {
  position: fixed;
  right: 0;
  top: 0;    
}

h3 {
	padding: 15px;
}

ul {
	margin-top: 0;
}

#dead-pixel {
	z-index: 100;
	background-color: red;
	position: fixed;
	left: 10px;
	top: 20px;
	width: 1px;
	height: 1px;
}
