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


#martin{
  display: inline-block;
  background-color: rgb(221, 221, 221);
  padding-top: 15px;
  width: 400px;
  height: 400px;
}

.stripe{
  display: inline-block;
  background-color: rgb(239,217,205);
  margin-top: 0px;
  height: 40px;
  width: 100%;
}








