@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

canvas {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

select {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 150px;
	height: 30px;
	outline: none;
	border: none;
	border-radius: 2px;
	background: rgba(255, 255, 255, 1);
	font-family: Montserrat, sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	color: rgb(13, 13, 13);
}