@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;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

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

#carmen1{
  position: relative;
  display:block;
  background-color: rgb(204,192,184);
  width: 270px;
  height: 275px;
  margin: 0 auto;
}

#carmen2{
  display:inline-block;
  background-color: rgb(10,97,64);
  width: 100px;
  height: 75px;
  left: 55px;
  top: 100px;
  position: absolute;
  
}
#carmen3{
  display:inline-block;
  background-color: rgb(10,97,64);
  width: 150px;
  height: 275px;
 
  left:150px;
  top:0;
  position:absolute;
}

#carmen4{
  display:inline-block;
  background-color: rgb(204,192,184);
  width: 95px;
  height: 75px;

  position: absolute;
  left: 150px;
  top: 100px;
  
}

