
body {
	background: #357bc3;
	color: #000;
	font-family: "JetBrains Mono", monospace;
	font-optical-sizing: auto;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.wrap {
	height: 400px;
	margin: auto;
	margin-top: 200px;
	width: 740px;
	position: relative;
}

.dude {
	position: absolute;
	top: -69px;
	left: -240px;
}

.stripe {
	background: #114c87;
	height: 400px;
	position: absolute;
	left: 0;
	right: 0;
	top: 200px;
	z-index: -1;
	background-image: url(bg.png);
	background-repeat: repeat-x;
}

.stripe::after {
	content: " ";
	height: 10px;
	display: block;
	background-image: url(bg.png);
	width: 100%;
	position: absolute;
	bottom: 0;
}

.header {
	position: absolute;
	top: -51px;
	font-size: 50px;
	font-weight: 600;
	color: #114c87;
	left: 215px;
}

.header::after {
	content: "///";
	opacity: 0.5;
	margin-left: 110px;
	position: absolute;
}

.content {
	background: #357bc3;
	width: 520px;
	position: absolute;
	right: 0;
	height: 360px;
	border: 1px solid black;
	top: 12px;
	padding: 12px;
	box-sizing: border-box;
	overflow-y: auto;
}

.menu {
	position: absolute;
	left: 110px;
	top: 24px;
	color: #69a2de;
}

.menu a {
	display: block;
	width: 90px;
	border: 1px solid black;
	margin-bottom: 4px;
	background: #245da4;
	color: #69a2de;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	padding-left: 10px;
}

.menu a:hover {
	background: #185593;
}

.menu a::before {
	display: block;
	height: 100%;
	width: 6px;
	background: #357bc3;
	position: absolute;
	content: " ";
	left: 0;
}


h1 {
	font-size: 14px;
	background: #114c87;
	color: #69a2de;
	border-bottom: 2px dotted #245da4;
	padding-left: 3px;
}

.footer {
	position: absolute;
	bottom: 12px;
	right: 0;
	color: #357bc3;
}

a {
	color: inherit;
}

.content img, .content video {
	max-width: 50%;
}

.content img {
	transition: all 0.2s;
	opacity: 0.75;
	border-radius: 4px;
	border: 1px solid #114c87;
}

.content table img {
	max-width: 100%;
}


.content img:hover {
	opacity: 1;
}

html, body, div {
	scrollbar-color: #245da4 #69a2de;
	scrollbar-width: thin;
}

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-track {
	background: #69a2de;
}

::-webkit-scrollbar-thumb {
	background: #245da4;
	border-radius: 4px;
	border: 2px solid #69a2de;
}

h2 {
	font-size: 13px;
	border-bottom: 2px solid #245da4;
	padding-bottom: 2px;
	color: #072b4f;
}

h2::before {
	content: "//";
	opacity: 0.3;
	margin-right: 4px;
}

table {
	border-collapse: collapse;
}

th {
	background: #245da4;
	color: #69a2de;
}
th, td {
	padding: 6px 12px;
	vertical-align: top;
}
