html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.lang-csharp {
    background-color: #eee;
    padding: 15px;
    margin-left: calc(var(--bs-gutter-x) * .5);
    margin-right: calc(var(--bs-gutter-x) * .5);
    display: flex;
    max-width: 100%;
    flex: .9;
    overflow-x: auto;
}

    .lang-csharp > div {
        background-color: #eee !important;
    }

        .lang-csharp > div > pre {
            margin-bottom: 0;
        }


.post > ul {
    margin-left: 15px;
}

blockquote {
    background-color: #eee;
}


img[alt=PizzaChainArch] { width: 600px; }

img[alt="Timer output"] { width: 100%; }
img[alt="PeriodicTimer output"] { width: 100%; }