html {
  background: #131516;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  font-size: 1.1em;
  color: #dfdfdf;
  max-width: 50rem;
  padding: 2rem;
  margin: auto;
  background: rgb(26, 28, 29);
  overscroll-behavior-y: none;
}

img {
  max-width: 100%; }

a {
  color: #7bbcf4;
  text-decoration: none;}

nav a {
	text-decoration: none;
	color: #dfdfdf;
	margin-right: 3%;
}

.nav-right {
	float:right;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	font-size: 1.1em;
}

nav > a:hover {
	color: #3ea6ff
} 

h1, h2, strong {
  color: #dfdfdf; }

h1 {
  font-size: 1.6em; }

h2 {
  font-size: 1.2em; }

h3 {
  font-size: 1.1em; }

.muted {
  color: #aaa;
  text-decoration: none; }

.small {
  font-size: .8em; }

hr {
  border: 0px;
  border: 1px solid #eee; 
}

main {
  margin-top: 5%;
}

code {
  color: #d4d0ca;
  border-radius: 5px;
  background-color: #2f2f2f;
}
