@charset "UTF-8";

html, body {
	padding: 0;
	margin: 0;
	width: 100vw;
	height: 100vh;
	border: none;
	outline: none;
}

body {
	background-color: bisque;
	display: flex;
	justify-content: center;
	align-items: center;
}