pre {
	background: #121212;
	border: 1px solid #ddd;
	border-top: 0px solid #121212;
	border-left: 3px solid #5E7053;
	border-bottom: 0px solid #121212;
	border-right: 0px solid #121212;
	color: #547C3C;
	page-break-inside: avoid;
	font-family: monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1em 1.5em;
	display: block;
	word-wrap: break-word;
}
.oldcode {
	color: #2B401E
}
.event {
	color: #875100
}
.func {
	color: #547C3C
}
.navbar {
	padding: 1;
	text-align: center;
	text-indent: 0vw;
	padding-right: 3vw;
}
.header {
	text-align: center;
	text-indent: 0vw;
}
.date {
	text-align: right;
	color: #485959;
	font-weight: bold;
}
.banner {
	margin: 0vw 0vw;
	padding: 1vw 28vw;
}
body {
	font-family: "Courier new", monospace;
	background-color: #040f0f;
	color: #666660;
	font-size: 17px;
	font-weight: bold;
}
h1 {
	color: #81817B;
	font-weight: bold;
	font-size: 45px;
	text-align: center;
}
h2 {
	color: #74746E;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	text-indent: 0px;
}
h3 {
	color: #74746E;
	font-weight: bold;
	font-size: 27px;
	text-align: center;
	text-indent: 0px;
}
div {
	background-color: #202727;
	padding: 2vw 4vw;
	margin: 2vw 25vw;
	max-width: 96vw;
	text-align: left;
	border-radius: 10px;
}
canvas {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
li {
	text-indent: 40px;
}
p {
	text-indent: 40px;
}
a {
	text-decoration: none;
}
a:link {
	color: #537070
}
a:visited {
	color: #537070
}

@media screen and (max-width: 1200px) {
	div {
		margin: 3vw 20vw;
	}
}
@media screen and (max-width: 720px) {
	div {
		margin: 4vw 10vw;
	}
}
    
@media screen and (max-width: 480px) {
	div {
		margin: 6vw 1vw;
	}
}
img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}