body {
	background-color: #000000;
}

#title {
	text-align: center;
	color: #47b276;
	font-size: 65px;
	font-family: "Iceberg", sans-serif;
}

form {
	width: fit-content;
	margin: auto;
	font-family: "Iceberg", sans-serif;
	font-size: 30px;
}

form > * {
	display: block;
}

form label {
	color: #ffffff;
}

form input {
	margin-bottom: 25px;
	height: 45px;
	font-size: 25px;
}

input[type="submit"] {
	width: 150px;
	height: 55px;
	font-family: "Iceberg", sans-serif;
	color: #47b276;
}	
