body {
	margin: 0;
	padding: 0;
	overflow: auto;
}
.push_0x1 {
	height:auto;
	background: #000;
	display: grid;
	place-items: center;
}
.push_0x2 {
	font-size: 15px;
	line-height: 20px;
	background: url('/assets/img/31337.jpg') fixed center no-repeat;
	background-size: contain;
	z-index:50;
}
.push_0x2 {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255,255,255,.1);
}
pre { 
	position:relative; 
}
.navbar{
	width:50px;
	height:100%;
	background-color:#000;
	position:fixed;
	z-index:999;
}

.navbar-img{
	max-width:48px;
}

.navbar-h{
	width:100%;
	height:50px;
	background-color:#000;
	position:fixed;
	z-index:999;
}
.container{
	margin-top:60px;
	position:absolute;
	height:auto;
	width:100%;
	word-wrap:break-word;
}
.list{
	display:flex;
	flex-direction:column;
	max-width:800px;
	word-wrap:break-word;
	margin:0 auto;
}
.list .item{
	border:1px solid gray;
}

.list .item a{
	color:black;
}

.list .item a:hover{
	color:red;
	font-weight:bold;
}
#preview{
	width:300px;
	height:300px;
	border:1px solid black;
	position:fixed;
	right:10;
	top:135;
	background:#fff;
	text-align:center;
}
#bodyPreview{
	font-size:23px;
}
.rightbar{
	position:fixed;
	right:23px;
	text-align:right;
	z-index:999;
	font-size:12px;
}
a.red{
	color:red;
}
a{
	text-decoration:none;
}
a:hover{
	font-weight:bold;
}
