html,
body {
    font-family: 'Space Mono', monospace;
    background-color: rgb(249, 248, 245);
    height: 100%;
    width: 100%;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

blockquote {
    border-left: 4px solid #a8a7a7;
    padding: 10px;
    margin: 10px 0;
    font-style: italic;
}

ol {
    list-style-type: decimal;
    margin-left: 32px;
}

ul {
    list-style-type: disc;
    margin-left: 32px;
}