@import url("res/ubuntu/ubuntu.css");

* {
	margin: 0px;
	padding: 0px;
}

*:hover, *:active {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
	height: 10px;
	width: 10px;
}

::-webkit-scrollbar-track {
	border-style: solid;
	border-width: 1px;
	border-color: #d0d0d0;
	border-radius: 5px;
	background: #ffffff;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #d0d0d0;
}

::-webkit-scrollbar-thumb:hover {
	background: #c0c0c0;
}

::-webkit-scrollbar-thumb:active {
	background: #a0a0a0;
}

body {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 14px;
	font-family: "Ubuntu Condensed";
	font-weight: 500;
	font-style: normal;
	color: #323232;
	accent-color: #5a97f3;
	background-color: #5a97f3;
}

input, select, option, textarea, button {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
	background: rgba(0, 0, 0, 0);
}

a {
	color: unset;
	cursor: pointer;
	text-decoration: underline;
}

#-_0 {
	position: relative;
	display: block;
	width: fit-content;
	height: fit-content;
	margin: 10px;
}
