@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: 5px;
  color: #444;
  text-align: center;
}

*{ box-sizing: border-box; }

#martinOne{
  background-color: rgb(222, 222, 222);
  width: 300px;
  height: 315px;
  display: inline-block
}

.stripe{
  background-color: rgb(227, 203, 182);
  opacity: .6;
  height: 24px;
  margin-top: 24px;
}
