*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

html{
	background:#223344;
	overflow-y:hidden;
}

body{
	max-width:1920px;
	margin:0 auto;
	user-select: none;
}

::-webkit-scrollbar{width:9px;}
::-webkit-scrollbar-track{background:#1a2733;}
::-webkit-scrollbar-thumb{background:#334d66; border-radius:5px; cursor:pointer;}

.apan{
	height:calc(100vh - 36px);
	overflow-y:scroll;
	padding-bottom:25vh;
}

.ains{
	max-width:999px;
	margin:0 auto;
	margin-top:17px;
	padding:0 25px;
}

.asel{
	display:block;
	width:140px;
	margin:0 auto;
	margin-top:14px;
	font-family:montserrat;
	font-size:14px;
	letter-spacing:1px;
	cursor:pointer;
	background:transparent;
	color:#bbb;
	outline:none;
	border:2px solid #bbb;
	border-radius:14px;
	height:30px;
	padding:0 9px;
}

.asel option{
	color:#333;
}

.cols{
	columns:3;
	gap:20px;
	margin-top:25px;
}

.aimg{
	display:block;
	max-width:100%;
	margin:0 auto;
	border-radius:7px;
	cursor:pointer;
	position:relative;
}

.aimg:active{bottom:2px;}

.story{
	font-family:montserrat;
	font-size:16px;
	letter-spacing:1px;
	color:#bbb;
	line-height:25px;
	white-space:pre-wrap;
	margin-top:5px;
	margin-bottom:20px;
}

@media screen and (max-width: 1200px){
	.sbar{display:none;}
	.ains{margin-top:0;}
	.cols{columns:2;}
	
}

@media screen and (max-width: 700px){
	.cols{columns:1;}
}
