
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');
*{box-sizing:border-box;}
body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}

#wrapper {

  background-color: rgb(244, 206, 186); 
  position:relative;
  width:340px ; 
  height:337px; 
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  
  height: 330px;
}

#greyStripe {
 
  background-color:#D3D3D3;
  position:absolute;
  left:00px;
  width:340px; 
  height:22px; 
  top:0 px;
 
}
    


#greyStripe2 {
  background-color:#D3D3D3;
  
  left:00px; 
  position:absolute;
  width:340px ; 
  height:22px; 
  top:44px;

}
  
#greyStripe3
{
  background-color:#D3D3D3;
  position:absolute;
  
  width:340px ; 
  height:22px; 
  top:88px;
}

#greyStripe4
{
  background-color:#D3D3D3;
  position:absolute;
 width:340px ; 
  height:22px; 
  top:132px;
}

#greyStripe5
{
  background-color:#D3D3D3;
  position:absolute;
  width:340px ; 
  height:22px; 
  top:176px;
}

#greyStripe6
{
  background-color:#D3D3D3;
  position:absolute;
  width:340px ; 
  height:22px; 
  top:220px;
}
#greyStripe7
{
  background-color:#D3D3D3;
  position:absolute;
  width:340px ; 
  height:22px; 
  top:264px;
}
#greyStripe8
{
  background-color:#D3D3D3;
  position:absolute;
  
  width:340px ; 
  height:22px; 
  top:308px;
}


