@viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	scrollbar-width: thin;
}

body {
	font-size: 1.4rem;
	line-height: 2.4rem;
    background-color: #222222;
	
}

