/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 2px;
  color: #444;
}

#wrapper{
  position: relative;
  width: 100%;
  max-width; 310px;
  margin: 0 auto;
  height: 240px;
}

#peterOne{
  position: absolute;
  display:inline-block;
  background-color: rgb(221, 210, 191);
  width: 300px;
  height: 200px;
  padding-top: 80px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 50px;
  
}

#peterTwo{
  position: absolute;
  left: 70px;
  top: 60px;
  display:inline-block;
  background-color: rgb(61, 81, 128);
  width: 300px;
  height: 300px;
  padding-top: 50px;
  padding-left: 0px;
  padding-right: 0px;

}

#peterThree{
  position: absolute;
  left: 130px;
  top: 120px;
  display:inline-block;
  background-color: rgb(45, 25, 26);
  width: 60px;
  height: 10px;
  padding-top: 50px;
  padding-left: 0px;
  padding-right: 0px;

}

#peterFour{
  position: absolute;
  left: 250px;
  top: 120px;
  display:inline-block;
  background-color: rgb(45, 25, 26);
  width: 60px;
  height: 10px;
  padding-top: 50px;
  padding-left: 0px;
  padding-right: 0px;

}

#peterFive{
  position: absolute;
  left: 250px;
  top: 240px;
  display:inline-block;
  background-color: rgb(45, 25, 26);
  width: 60px;
  height: 10px;
  padding-top: 50px;
  padding-left: 0px;
  padding-right: 0px;

}

#peterSix{
  position: absolute;
  left: 130px;
  top: 240px;
  display:inline-block;
  background-color: rgb(45, 25, 26);
  width: 60px;
  height: 10px;
  padding-top: 50px;
  padding-left: 0px;
  padding-right: 0px;

}
