* {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	color: #d7dae0;
	box-sizing: border-box;

	user-select: none;
}

html,
body {
	height: 100%;
}

body {
	background-color: #282c34;
}

input:focus {
	outline: none;
}
