@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:content-box}

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 2px;
  color: #444;
  text-align:center;
}

#MartinOne{  
  display:inline-block;
  background-color:rgb(210,210,210); 
  width:300px; 
  height: 330px;
  padding-top:1px;
}
.stripe{
  background-color:rgb(220,200,180);
  height:24px;
  margin-top: 24px;
}