body
{text-align:center}
*{box-sizing:border-box;}

#martin
{display: inline-block;
  background-color: #f2e2d6;
  width:  560px;
  height: 550px;

}


.stripe
{
  display:inline-block;
  background-color: #efefee;
  width: 560px;
  height: 40px;
  margin-bottom: 30px;

}
.stripe2
{
  display:inline-block;
  background-color: #efefee;
  width: 560px;
  height: 65px;
  margin-bottom: 80px;

}