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

html{
	background:#223344;
	padding-bottom:25vh;
	overflow-y:auto;
	overscroll-behavior:none;
}

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

.mlogo{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:20px;
	background:#223344;
	color:#ccc;
	font-family:montserrat;
	font-size:16px;
	letter-spacing:1px;
	line-height:36px;
	padding:0 30px;
	border:2px solid #999;
	border-radius:20px;
	cursor:pointer;
}

.mlogo:active{top:18px;}

.users{
	text-align:center;
	font-size:0;
}

.user{
	display:inline-block;
	width:74px;
	margin:0 14px;
	border:3px solid #999;
	border-radius:50%;
	cursor:pointer;
	position:relative;
	background:#3c5977;
}

.user:active{bottom:2px;}

.apan{
	text-align:center;
	font-size:0;
	margin-top:50px;
}

.ains{
	display:inline-block;
	columns:2;
	column-gap:63px;
}

.at{
	display:block;
	font-family:montserrat;
	font-size:15px;
	letter-spacing:1px;
	color:#ccc;
	margin-bottom:20px;
	text-align:left;
	text-decoration:none;
	position:relative;
}

.atx:before{
	content:'';
	width:9px; height:9px;
	border-radius:50%;
	background:#ccc;
	position:absolute;
	left:-20px;
	top:4px;
}

.at:active{bottom:2px;}

.cimg{
	display:block;
	width:300px;
	margin:0 auto;
	margin-top:99px;
	cursor:pointer;
	position:relative;
}

.cimg:active{bottom:2px;}

.dino{
	position:fixed;
	right:0;
	bottom:0;
	max-width:36%;
	max-height:50vh;
	cursor:pointer;
}

.dino:active{bottom:2px;}


@media only screen and (max-width: 1360px){
	.cimg{width:200px;}
	.dino{display:none;
}

@media only screen and (max-width: 999px) {

}
 
 @media only screen and (max-width: 740px) {
	.mlogo span{display:none;}
	.mlogo{padding:0 36px;}
	::-webkit-scrollbar{width:0;}
 }

