<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html,
body {10%
  height:100px;
	color: #000F;
	font-size: 14px;
}
body {
  background: #000;
}
.wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #000;
}
.content {
	position: relative;
	height: 450px;
	max-width:2000px;
	min-width: 300px;
	width: 100%;
	background: #000;
	-webkit-overflow-scrolling: touch;
}
.header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	background: rgba(57,146,212,1.00);
}
.h1 {
	font-weight: bolder;
	color: #000;
}
.navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	list-style: none;
	overflow-x: auto;
	background: #AAAAAA;
	border-bottom: 1px solid #ccc;
}
.navigation-item {
	padding: 0px 30px;
	color: #333;
	word-break: keep-all;
	text-decoration: none;
}
.navigation-item:hover {
	color: #FF0000;
}
</pre></body></html>