:root {
  --text: #111;
  --muted: #555;
  --bg: white;
  --link: #111;
  --link-hover: #111;
  --maxw: 62ch;
}
* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0; padding: 3rem 1rem 6rem; background: var(--bg); color: var(--text);
  font: 16px/1.55 var(--font-body);
}
main { max-width: var(--maxw); margin: 0 auto; }
header, footer { max-width: var(--maxw); margin: 0 auto 2rem; }
/*h1, h2, h3 { font-weight: 600; line-height: 1.25; margin: 1.5rem 0 0.5rem; }*/
h1{margin: 0%}
h2 { margin-bottom: 10px }
/*h1 { font-size: 1.8rem; margin-top: 0; }*/
/*h2 { font-size: 1.25rem; margin-top: 2rem; }*/
p { margin: 0.2rem 0; }
ul { padding-left: 1.2rem; }
em { color: var(--muted); font-style: normal; }
img {width: 100%; padding: 1em;}
.small { color: var(--muted); font-size: 0.95rem; }
a { color: var(--link); }
a:hover { color: var(--link-hover); border-bottom-color: currentColor; }
hr { border: 0; height: 1px; background: rgba(0,0,0,.08); margin: 2rem 0; }
.date { letter-spacing: 0.01em; margin-right: .4rem; color:red}
.arrow { margin-right: .35rem; opacity: .9; }
.place {color:grey; text-indent: 1.25rem}
.tools {color:chocolate; text-indent: 500px}
.section { margin: 0.5rem }
span {}
.person {color:white;}
@media (min-width: 800px) {
  body { padding: 4rem 2rem 8rem; }
}
