@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;
  text-align: center;
}
#martinOne{
  background-color: rgb(210,210,210);
  width:300px;
  height:340px;
  display:inline-block;
  margin-top:1px;
}
.stripes{
  background-color: rgb(229,208,192);
  width:300px;
  height:30px;
  margin-top:19px;
}