
html{
	margin:0px 0px 0px 0px;
	font-size: 18px;
	scrollbar-width: thin;
	scrollbar-color: rgba(0,0,0,0.15);
	scrollbar-height: thin;
	bgcolor: #fff;
}
body{
	margin:0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

body>div{
	position: absolute;
	width: 80%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	text-align: center;
}

p{font-size: 0.9rem;}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

li{padding: 0.32rem; font-size: 0.9rem;}

h1{
	font-size: 1.6rem;
}

h4,a{
	font-size: 1.3rem;
	margin: 1rem;
}

