* {
	padding: 0;
	margin: 0;
	line-height: 1.2;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
}
html {
	height: 100%;
	font-size: 62.5%;
}
body {
	height: 100%;
	font-family: sans-serif;
	background: #161616;
}
#float {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 200;
	background: rgba(0, 0, 0, 0.8);
}