      body {

	font-size: 16px;
	margin: 0;
	padding: 20px;
  color: #353535;
  background: #8BEEF5;
  background-image:url(https://file.garden/Z19rBJORyQGK_Ix-/misc/piatrock.png);
   background-repeat: no-repeat;
  background-size: 100%;
}
/* Contains everything*/
.wrapper {
  width: 790px;
  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: 20px;
  width: 355px;
  height: 550px;
   overflow-y: scroll;
  float:left;
  box-shadow: 5px -4px 13px rgba(0, 0, 0, .5), darkgray 0px 0px 3px inset;
  
}

/* Styles the buttons*/
.button {
  border: 3px solid lightgray;
  border-radius: 2px;
  transition-duration: 0.4s;
  width: 90%;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.button:hover {
 background-color: lightgray; 
}




/* Clears the floats after the columns IMPORTANT*/
.row:after {
  content: "";
  display: table;
  clear: both;
  
}



       