body
{
	background-color: black;
	font-family: impact;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
}
label
{
	font-size: 35px;
	margin-bottom: 10px;
}
input[type="text"]
{
	font-size: 14px;
	padding: 14px;
	width: 300px;
}
input[type="password"]
{
	font-size: 14px;
	padding: 14px;
	width: 300px;
}