* {
	box-sizing: border-box;
	user-select: none;
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
	line-height: 2.0;
	background-repeat: no-repeat;
	text-align: center;
}