img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1em;
}

time {
    font-weight: 600;
    text-decoration: underline;
}

#nutshell {
    border: 4px solid black;
    padding: 20px;
}

.highlighted {
    margin: 0 -0.4em;
    padding: 0.1em 0.4em;
    border-radius: 0.8em 0.3em;
    font-weight: 600;
    background: transparent;
    background-image: linear-gradient(
        to right,
        rgba(255, 225, 0, 0.1),
        rgba(255, 225, 0, 0.7) 4%,
        rgba(255, 225, 0, 0.3)
    );
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

#bottom-padder {
    height: 20em;
}

#header {
    width: 100%;
    position: sticky;
    top: 0;
    background-color: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    text-align: center;
}
