*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-tap-highlight-color: transparent;
}

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

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

::-webkit-scrollbar{width: 11px;}
::-webkit-scrollbar-track{background: transparent;}
::-webkit-scrollbar-thumb{background:darkorange; border-radius:5px;}

.clear{clear:both;}

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

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

.iwrap{
	columns:2;
	gap:14px;
	margin-top:36px;
}

.aimg{
	display:block;
	max-width:100%;
	margin:0 auto;
	margin-bottom:25px;
	border-radius:9px;
}

.beep{display:none;}


@media only screen and (max-width: 790px){
	.iwrap{columns:1;}
}

@media only screen and (max-width: 630px){
	::-webkit-scrollbar{width: 0;}
}
