body {
	font-family: sans-serif;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	background-color: #000000;
	background: url(/bg.svg);
	color: white;
}

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

::-webkit-scrollbar-track {
	background-color: #23272a;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #2e3136;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #35383c;
}

::-webkit-resizer {
	width: 10px;
	height: 0px;
}

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

#scroll {
	overflow-y: auto;
	overflow-x: hidden;
	height: calc(100vh - 60px);
	-webkit-overflow-scrolling: touch;
}
