<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scroll-to-block-link{
  display:flex;
  justify-content:space-between;
  width:100%;
      align-items: center;
  font-size:20px;
}
.stb_item{
  display:flex;
  width:100%;
  justify-content:space-between;
  align-items:center;
  padding: 2rem 0;
  border-top:0.1rem solid rgba(0,0,0,.2);
}
.stb__digit{
  width:32px;
  height:32px;
  display:flex;
   justify-content:center;
  align-items:center;
  font-size:20px;
}</pre></body></html>