#banner {
  position: absolute; 
  top: 1%;
  left: 1%;
  font-size: 120px;
  overflow: none;
  z-index: 1;
}

#main {
  position: relative;
  top: 180px;
}

#effects {
  display: none;
}

#content pre {
  width: 800px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

pre h1 {
  color: #772233;
  position: relative;
  left: -1em;
}

.all {
  font-size: 56px;
  display: none;
  padding: 2px;
}

#index-background {
  z-index: 1;
}

#index-background h2 {
  color: lightpink;
}

#index-foreground {
  position: relative;
  left: 12px;
  color: #7C1335;
  z-index: 2;
}

#notes {
  margin-top: 130px;
  font-size: 12px;
  z-index: 1;
}

#notes h4 a, pre a {
  border-bottom: 1px solid lightpink;
}

#notes h3 {
  position: relative;
  left: -1.5em;
}

a, a:hover {
  text-decoration: none;
  outline: none;
  color: #222;
}
	
		 
