
html
{
	margin: 0px 0px;
	overflow-y: scroll;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	background-color: white;
}

body
{
	margin: 0px 0px;
	padding-top: 105px;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	background-color: white;
}

input
{
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
}

button
{
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	cursor: pointer;
}

button:hover
{
	cursor: pointer;
}

pre
{
	padding: 10px;
	color: #8BABFF;
}

h1, 
h2, 
h3, 
h4
{
	margin: 0px 0px;
}

hr
{
	border: 0;
	height: 3px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
	margin: 10px 0px 10px 0px;
}

b
{
	font-size: .8em;
}

::-webkit-scrollbar
{
	width: 10px;
}

::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	background-color: rgba(0,0,0,.5);
	box-shadow: 0 0 1px rgba(255,255,255,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

label
{
	cursor: pointer
}