html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	background: #070B0F;
	color: #dbe4ee;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
	font-size: 13px;
	line-height: 1.45;
}

a {
	color: #FDB515;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #FDB515;
}

::selection {
	background: #FDB515;
	color: #070B0F;
}

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

::-webkit-scrollbar-track {
	background: #0d131c;
}

::-webkit-scrollbar-thumb {
	background: #243447;
	border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
	background: #2a3947;
}
