body {

	font-size: 16px;
	margin: 0;
	padding: 20px;
  color: white;
  background: black;

}
/* Contains everything*/
.wrapper {
  width: 750px;
  height: auto;
  margin: auto;
  
}

/* Contains the pamphlet*/
.part1 {
  float: left;
  padding: 10px;
  height: auto;
}

/* Both pages of the pamphlet*/

.part1.page {
  background-color: white;
  padding: 0px;
  margin: 8px;
  width: 140px;
  height: 100px;
  float:left;
  
}

.part1.center {
  background-color: #1a1a1a;
  padding: 20px;
  width: 355px;
  height: auto;
  margin: 8px;
  float:left;
  border:2px solid white;
  border-radius:5px;
}

.part1.column {
  background-color: #1a1a1a;
  padding: 10px;
  width: 330px;
  height: auto;
  margin: 8px;
  float:left;
  border:2px solid white;
  border-radius:5px;
}


.button:hover {
 background-color: #47B4EF; 
}



/* Clears the floats after the columns IMPORTANT*/
.row:after {
  content: "";
  display: table;
  clear: both;
  
}

h2 {
  margin-top: 2px;
}

h3 {
  margin-bottom: 3px;
}

