.markdowns_display {
    width: 100%;
    height: calc(100vh - 50px);
    background-color: rgb(180, 180, 180);
    overflow: auto;
    display: flex;
    justify-content: center;
}

.markdown_document {
    margin: 30px;
    padding: 30px;
    width: 1000px;
    height: fit-content;
    background-color: white;
    font-family: 'JetBrains Mono';
}

.markdown_document img {
    max-width: 100%;
}