.wrap {
  max-width: 90%;
  margin:0 auto;
  display:block;
}


body {
  text-align:center;
  font-family: 'Anonymous Pro', monospace;
  background-color: #f7f6ed ;
}

.sketch {
  max-width:450px;
  margin: 1em;
  box-shadow: 5px 5px 10px grey;
}

.wide {
  max-width:600px;
  margin: 1em;
  box-shadow: 5px 5px 10px grey;
  }

.date {
  border-top: 1px solid;
  border-bottom:1px solid;
}

