html {
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    background-color: #000000;
    color: #eee;
    font-family: sans-serif;
}

code {
  display: block;
  background-color: #282828;
  color: #ccc;
  width: 100%;
  padding: 5px 5px 10px 15px;
  margin: 10px 0;
  box-shadow: 6px 6px #000;
  overflow-x: auto;
	font-size: 20px;
}

.multiline {
  white-space: pre-wrap;
}

h1 {
  font-size: 48px;
  padding: 0;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h5 {
    font-size: 16px;
}

img {
	background-color: #282828;
}

#content {
	margin-left: auto;
	margin-right: auto;
}

a {
	width: 75%;
}

#header_right {
	align-items: center;
	text-shadow: 3px 3px #555;
	float: right;
	text-align: center;
}

#header_left {
	float: left;
	align-items: center;
	text-align: center
}

#header_left > a > img {
	width: 100px;
	text-align: center;
}

#header {
	clear: both;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.menuitem {
	position: relative;
	display: inline;
	text-shadow: 4px 4px #444;
	margin: 0 16px 0 16px;
	text-align: center;
}

@media (max-width: 1000px) {
	#header_left {
		float: none;
		margin: 0;
		padding: 0;
	}
	#header_right, header_right > ul {
		float: none;
		margin: 20px 0;
		padding: 0;
	}
	.menuitem {
		margin: 0 4px 0 4px;
		padding: 0;
	}
}

th {
  text-align: center;
}
