html {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	/*background-color: #e9ef9e;*/
	background-color: #EFE9C5;
	background-repeat: repeat;
}

.logo {
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
a,
a:visited,
a:hover,
a:active {
	color: #0CA4FC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.dim {
	color: rgba(249, 11, 145, 0.5);
}

.mastodon {
	display: none;
}

.page-wrapper {
        max-width:44em;
        margin:20px auto;
        padding:0 1.5rem;
        letter-spacing: 0.04em;
        line-height: 1.8em;
}

.modechange {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modechange a {
  margin: 0;
  padding: 1em 0.5em;
  color: rgb(120, 115, 115);
  font-size: 1.1em;
  font-weight: 100;
  letter-spacing: 0.115em;
}
.inner-wrapper {
	display: inline-block;
	text-align: left;
	white-space: pre;
	font-family: 'inconsolata', monospace;
	margin: 0 auto;
	width: auto;
}
.brush {
  height: 1px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  margin-top: 0.7em;
  margin-bottom: 30px;
}
.end-section {
    margin-bottom:100px;
}

ol {
	padding: 0;
	line-height: 0.5em;
}

@media screen and (min-width: 700px) {
	body, html {
		font-size: 18px;
	}
}
@media screen and (min-width: 900px) {
	body, html {
		font-size: 24px;
	}
}
