
body {
	max-width: 760px;
	
	color: rgb(88, 77, 77);
	font-family: 'Arial', sans-serif;
	font-size: 0.9375em;
	
	-webkit-text-size-adjust: 100%;
	text-align: left;
	line-height: 1.4em;
	
	margin: auto;
	
	padding-left: 10px;
	padding-right: 10px;
}

strong {
    color: rgb(255, 0, 0);
}

h1 {
	font-size: 2.25em;
	text-align: center;
	
	margin-bottom: 40px;
	margin-top: 40px;
}

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

h3 {
	font-size: 1em;
	margin-bottom: 0px;
}

h3 + p {
	margin-top: 0px;
}

code {
	font-family: Menlo, Monaco, monospace;
	font-size: 0.9em;
    color: #b20d0a;
}

a, a:hover {
	color: rgb(88, 77, 200);
	text-decoration: none;
}

a:active {
	color: rgb(180, 0, 0);
	text-decoration: none;
}

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

@media screen and (prefers-color-scheme: dark) {
	body {
		background-color: #191919;
		color: #e5e5e5;
	}
    code {
        color: #cc5d00;
    }
	a, a:hover {
		color: #63b6fc;
	}
	a:active {
		color: #ff8170;
	}
	a:visited {
		color: #ffa14f;
	}
}

.images {
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	max-width: 100%;
}
