body {
    margin: 0 auto;
    padding: 1rem;
    font-size: 16px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #222;
    max-width: 800px;
    line-height: 1.65;
}

a {
    text-decoration: none;
    color: #3480fa;
}

a:hover {
    text-decoration: underline;
}

ul, ol {
    margin: 1rem 0 1rem 1.5rem;
    padding: 0;
}

img {
    max-width: 100%;
}

table {
	overflow: hidden;
	border-collapse: collapse;
	box-sizing: border-box;
	white-space: nowrap;
	margin: 1.5rem 0;
}

table, tr, th, td {
	padding: .4rem;
	border: 1px solid #000;
}

th {
	background-color: #ccc;
	font-weight: bold;
	padding: .5rem 1.2rem;
}