body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 650px;
    margin: 0 auto;
    padding: 2rem 1.25rem;
    background-color: #fcfcfc;
}

a {
	color: #2d3748;
	text-decoration-line: underline;
	text-decoration-color: #cbd5e0;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

a:hover {
	text-decoration: underline;
	color: #1a202c;
}

a:visited {
	text-decoration: none;
	color: #718096;
}

img, video {
    max-width: 100%;
    height: auto;
}
pre, code {
    background: #f4f4f4;
    border-radius: 4px;
    font-family: monospace;
}
code {
    padding: 0.2em 0.4em;
}
pre {
    padding: 1rem;
    overflow-x: auto;
}
blockquote {
    margin: 1rem 0;
    padding-left: 1rem;
    border-left: 4px solid #ddd;
    color: #666;
}
table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
}
