*{
	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:#006080; border-radius:5px; cursor:pointer;}

.clear{clear:both;}

.ains{
	max-width:630px;
	margin:0 auto;
	height:calc(100vh - 34px);
	overflow-y:scroll;
	padding-left:30px;
	padding-top:25px;
	padding-right:20px;
	padding-bottom:20vh;
}

.story{
	-webkit-user-modify: read-write-plaintext-only;
	font-family: montserrat;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: 1px;
	color:#aaa;
	border:none; outline:none;
	white-space: pre-wrap;
	margin-top:9px;
	margin-bottom:36px;
	position:relative;
}

.aact::before{
	content:'';
	position:absolute;
	left:-23px;
	top:7px;
	width:11px; height:11px;
	border-radius:50%;
	background:#0099cc;
}

.beep{
	display:none;
}
