body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #24292e;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
}

code {
    background-color: #f6f8fa;
    border-radius: 3px;
    padding: 0.2em 0.4em;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 85%;
}

pre {
    background-color: #f6f8fa;
    border-radius: 6px;
    padding: 16px;
    overflow: auto;
}

pre code {
    background-color: transparent;
    padding: 0;
}

blockquote {
    border-left: 4px solid #dfe2e5;
    color: #6a737d;
    padding-left: 16px;
    margin-left: 0;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 16px 0;
}

table th, table td {
    border: 1px solid #dfe2e5;
    padding: 8px 12px;
}

table th {
    background-color: #f6f8fa;
    font-weight: 600;
}

table tr:nth-child(2n) {
    background-color: #f6f8fa;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
}

h1 {
    font-size: 2em;
    border-bottom: 1px solid #eaecef;
    padding-bottom: 0.3em;
}

h2 {
    font-size: 1.5em;
    border-bottom: 1px solid #eaecef;
    padding-bottom: 0.3em;
}

a {
    color: #0366d6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
}

hr {
    border: 0;
    border-top: 1px solid #eaecef;
    margin: 24px 0;
}

.task-list-item {
    list-style-type: none;
}

.task-list-item input {
    margin-right: 0.5em;
}
