* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	user-select: none;
	scrollbar-color: #9f9f9f #2c2c2c;
	scrollbar-width: thin;
}

body {
	overflow: hidden;
}

p {
	color: #fff;
	font-size: 0.7rem;
}

input {
	border: none;
	outline: none;
}

a {
	text-decoration: none;
	color: inherit;
}

textarea::-webkit-scrollbar {
	width: 1em;
}

textarea::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
}

textarea::-webkit-scrollbar-thumb {
	background-color: #a9a9a9;
	outline: 1px solid #708090;
}
