main{
  max-width:760px;
  margin:0 auto;
  padding:96px 24px 80px;
}

h1{
  color:#C7922F;
  font-size:clamp(2rem,6vw,4rem);
  line-height:1.1;
}

p{
  color:#ccc;
}

hr{
  border:none;
  height:1px;
  background:#222;
  margin:2.5rem 0;
}

time{
  color:#777;
}

nav{
    position:sticky;
    top:0;

    background:#0b0b0b;

    border-bottom:1px solid #222;

    padding:1rem 1.5rem;

    z-index:100;
}