@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;
}

#martinOne{
  background-color: rgb(210,210,210);
  width: 300px;
  height:330px;
  padding-top: 1px;
  display:inline-block;
}

.stripe{
  background-color: rgb(220,200,180);
  height: 24px;
  margin-top: 24px;
  
}