
@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;
  font-size: 18px;
  margin: 2px;
  color: #444;
  text-align: center;
}

#carmenOne{
  display: inline-block;
  width: 344px;
  height: 612px;
  background-color: rgb(204,192,183);
}
#carmenTwo{
  display: inline-block;
  width: 344px;
  height: 612px;
  background-color: rgb(11,106,65);
}

#carmenOneone{
  position: relative;
  left: 95px;
  top: 215px;
  width: 250px;
  height: 180px;
  background-color: rgb(11,106,65);
}
#carmenTwoone{
  position: relative;
  right:0px;
  top: 215px;
  width: 250px;
  height: 180px;
  background-color: rgb(204,192,183);
}
