/* Fonts from Google Fonts - more at https://fonts.google.com */
@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: 1;
  color: #444;
  text-align: center;

}

#martin1{
  background-color: rgb(190,190,190);
  width: 200px;
  height: 200px;
  
}
.stripe{
  background-color: rgba(216,185,145, 0.7);
  height: 20px;
  margin-top: 20px;
}