html {
	height: 100%;
	width: 100%;
	padding: 0px;
	font-family: "Barlow", sans-serif;
	overflow-anchor: none;
}

body {
	width: 100%;
	background: #131317;
	color: #DDD;
	margin: 0px;
	overflow-anchor: none;
}

a {
	text-decoration: none;
	color: inherit;
	overflow-anchor: none;
}