body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
  
footer {
    margin-top: auto;
}

blockquote{
    font-style: italic;
}

.sidebar-nav {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.format-item span{
    white-space: pre;
    font-size: 1em;
    font-weight: 600;
    font-family: "Roboto Mono", monospace, "Courier New" ;
}
