/* Top Inky bar */
.written-in-ink {
    z-index: 5;
    font-size: 9pt;
    text-align: center;
    font-weight: 700;
    position: fixed;
    width: 100%;
    background: #020617;
    color: #64748b;
    margin: 0;
    padding: 6px 0;
    height: 26px;
    top: 0;
}
