/* inori css module */
.s-dark{
    background-color: #222;
    color: #ccc;
}

.subtitle{
    font-style: italic;
}

.title {
    margin-left: 0em;
    margin-top: 1em;
    text-align: center;
}

section {
    margin-left: 2rem;
	margin-bottom: 0.5rem;
}

code { /* thanks to margual56 for some of the color reccomendations */
	color: #aaaaaa;
	background-color: #101010;
	background: #101010;
	padding: .3em .5em;
	border: 1px solid #444444
}
		
h3 {
	border-bottom: 1px solid #888888;
	margin-right: .5em;
}

pre>code {
	white-space: pre-wrap;
}

article {
    margin-left: 10rem;
    margin-right: 10rem;
    border: ridge #808080;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 5rem;
}