body{color:#222;font-family:sans-serif;line-height:1.5;margin:1rem;max-width:768px}header{border-bottom:1px solid #222;margin-bottom:1rem}footer{border-top:1px solid #222;margin-top:1rem}a{color:#00e;text-decoration:none}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.timeline{display:grid;grid-template-columns:100%;grid-template-rows:auto;gap:10px}.entry{display:grid;grid-template-columns:1fr 3fr;gap:10px}.entry:nth-child(even){grid-template-columns:3fr 1fr}.time{display:flex;align-items:center}.entry:nth-child(even) .time{justify-content:flex-end}.time h3{margin:0}.entry h2{grid-column:1/-1;border-bottom:1px solid #5e5e5e}