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

html{
	background:#223344;
	padding-bottom:25vh;
	overflow-y:scroll;
}

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

.ains{
	width:360px;
	margin:0 auto;
	text-align:center;
}

.ddwrap{
	text-align:center;
	margin-top:25px;
}

.ddmax{
	display:inline-block;
	outline:none;
	border:none;
	font-family:montserrat;
	font-size:19px;
	background:transparent;
	color:#ccc;
	letter-spacing:1px;
	cursor:pointer;
	margin:0 25px;
}

option{
	background:$332244;
	color:black;
	font-size:14px;
	font-weight:500;
	outline:none;
	border:none;
}

.nowrap{
	text-align:center;
	margin-top:25px;
}

.no{
	display:inline-block;
	font-family:'montserrat';
	font-size:19px;
	letter-spacing:1px;
	line-height:23px;
	color:#ccc;
	margin:0 9px;
	-webkit-tap-highlight-color: transparent;
}

.inpres{
	display:inline-block;
	background:#007399;
	color:#eee;
	font-family:'montserrat';
	font-size:19px;
	letter-spacing:1px;
	line-height:30px;
	border:none;
	outline:none;
	border-radius:20px;
	-webkit-tap-highlight-color: transparent;
	width:140px;
	text-align:center;
	margin-top:30px;
}

