body {
	margin: auto;
	max-width: 600px;
    padding-left: 10px;
    padding-right: 10px;
	font-family: sans-serif;
	color: #e8e6e3;
	background: #181a1b;
    font-size: 13pt;
}

a, a:visited {
	color: #3391ff;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

/* code from https://why-openbsd.rocks/ */

pre, code {
	font-family: monospace;
	font-size: 13pt;
}

#jonathanwxyz :link i, #jonathanwxyz :visited i {
    color: #F2CA30;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.5em;
    text-shadow: 2px 2px black;
    text-decoration-color: #CF4229;
    text-decoration-line: underline;
}

#jonathanwxyz :link b, #jonathanwxyz :visited b {
    color: #CF4229;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.5em;
    text-shadow: 2px 2px black;
    text-decoration-color: #CF4229;
    text-decoration-line: underline;
}

#jonathanwxyz :link, #jonathanwxyz :hover {
    color: #4b4848;
    word-spacing: -0.3em;
    font-size: 0.75em;
    text-decoration-line: none;
}

header {
	margin-bottom: 10px;
	margin-top: 10px;
    display: inline;
	padding: 14px 0 25px 0;
    line-height: 30pt;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}


header a, header a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

/*
footer a, footer a:visited {
    color: rgb(202, 198, 191);
}
*/

footer {
    color: rgb(202, 198, 191);
    padding-top: 0.2em;
	margin-bottom: 2em;
	padding-right: 10px;
}

/* end of code from https://why-openbsd.rocks/ */


img {
    max-width: 100%;
    height: auto;
}
