
img[src$='#fit'] {
  max-width: 100%;
  height: auto;
  border-radius: 0.20rem;
}

code{
    color: white !important;
    background: dimgray;
    padding: 20px 10px 10px 0px;
    line-height: 35px;
}

audio {
    width: 100%;
}

div.date {
    text-align: end;
    font-weight: bold;
    font-size: smaller;
}


a.navi {
    text-decoration: none;
}

a.date {
    color: black;
}

button.btn {
    margin: 1px 5px 4px 1px;
}

pre {
    background: dimgray;
    padding: 15px;
}