@import url('https://fonts.cdnfonts.com/css/pokemon-solid-2');
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	user-select: none;
}

h1, h2, h3,h4,h5,h6 {
	margin: 0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	background-color: rgb(167, 167, 182);
}
