html,body {
	font-family: Arial;
	margin: 0px;
	padding: 5px;
	background-color: #202060;
	color: #FFFFFF;
}

button
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
	background-color: #D0D080;
	border: 1px solid black;
	text-align: center;	
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 20px;
}

label
{
	padding-top: 10px;
	display: block;
	width: 100%;
	font-weight: bold;
}

input[type="text"],
input[type="number"] {
	background-color: #FFFFFF;
	color: #000000;
	border-radius: 10px;
	border: 1px solid black;
	padding: 5px;
	width: 100%;
}
#scanner
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vh;
	height: 100vh;
}
