button {
    font-weight: 500;

    margin: 0.2rem 0.2rem 0.2rem 0;
    padding: 0.1rem 0.2rem;
}

input {
    font-weight: 400;

    margin: 0.2rem 0.2rem 0.2rem 0;
    padding: 0.1rem 0.2rem;
}

code {
    background: #00101c;
    border-radius: 0.3rem;
    padding: 0.1rem 0.2rem;
}

/*pre {*/
/*    background: #000d18;*/
/*}*/

pre {
    background: #00101c;
    border-radius: 0.5rem;
    margin: 0.5rem 0;
    padding: 0.3rem 0.5rem;
    line-height: 120%;
}

pre code {
    padding: 0;
    background: none;
}

/* Scroll horizontally */
pre {
    overflow-x: clip !important;
    display: flex;
    overflow-wrap: revert !important;
}

/* Scroll horizontally */
pre code {
    flex-grow: 1;

    white-space: pre !important;
    word-break: normal !important;
    word-wrap: normal !important;
}

ul {
    list-style: circle inside;
    margin-left: 0.3rem;
}

ul li {
    margin: 0.2rem 0;
}