body {
  background-color: #ffe;
  background-image: url(/img/coffee-stain.png), url(/img/paper-ivory.jpg);
  background-blend-mode: multiply, normal;
  background-repeat: no-repeat, repeat;
  background-position: left 5rem;
  color: #321;
  font-family: baskerville;
  line-height: 1.5;
  max-width: 80rem;
}

header {
}

nav ul {
  list-style: none;
}

main {
}

footer {
  border-top: 1px solid #aaa;
  margin: 4rem;
  text-align: right;
}

a {
  color: #174;
  text-decoration: none;
}

h1.title {
  float: left;
}

blockquote {
  border-left: 3px solid #874;
  color: #544;
  font-family: sans;
  font-size: smaller;
  margin-left: 1rem;
  padding-left: 1rem;
}


figure {
  display: inline-block;
  margin-left: 0;
}

figure img {
  width: 100%;
}

figcaption {
  color: #552;
  font: caption;
  text-align: center;
}

time {
  color: #552;
  font-family: cursive;
  font-size: 1.5em;
  float: right;
  align: middle;
  height: 100%;
}

#page-meta:after {
  content: "";
  clear: both;
  display: table;
}

.container {
  display: grid;
  gap: 5rem;
  margin: 4rem;
}

@media (min-width: 600px) {
  .container { grid-template-columns: 1fr 3fr; }
}

#home td a {
  display: list-item;
  margin-left: 1em;
}

#home td {
  font-size: 1.2em;
  padding: 0 3rem 0 0;
}
#about figure {
  float: right;
  width: 50%;
}

#going-numb figure, #what-i-am-up-to figure {
  float: right;
  width: 30%;
  margin: 0 1rem 1rem 1rem;
}

#what-i-am-up-to figure img {
  border: 1px solid #442;
}


