body {
}

.parsedown h1 {
    font-size: 34px;
    font-weight: bold;
    margin-top: 20px;
}

.parsedown h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}

.parsedown h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.parsedown h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.parsedown h5 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.parsedown ul {
    list-style-type: circle;
    list-style-position: inside;
}

.parsedown ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.parsedown a {
    color: rgb(103, 25, 177);
}

.parsedown a:hover {
    color: rgb(60, 9, 107);
}

.parsedown pre {
    background-color: #e5e7eb;
    border-radius: 8px;
    padding: 8px 16px;
    margin: 4px 0px 16px 0px;
    text-wrap: wrap;
    overflow-wrap: break-word;
}

.parsedown code {
    background-color: #e5e7eb;
    border-radius: 8px;
    color: #4b5563;
    padding: 2px;
    margin: 4px 0px 16px 0px;
    font-family: "Roboto Mono", monospace;
    font-size: 14px;
}

.list-content h1 {
    font-size: 34px;
    font-weight: bold;
    margin-top: 20px;
}

.list-content ul {
    list-style-type: circle;
    list-style-position: inside;
    margin: 2px 0px;
    font-size: 18px;
    font-weight: 600;
}

.list-content a:hover {
    color: rgb(137, 76, 216);
}

table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 8px;
    border: 1px solid #4b5563;
}

th {
    background-color: #E5E5E5;
}

blockquote {
    font-size: 16px;
    margin: 16px auto;
    font-style: italic;
    color: #6b7280;
    padding: 16px;
    border-left: 3px solid rgb(103, 25, 177);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    line-height: 1.6;
    background: #f3f4f6;
}
