html, body
{
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: ghostwhite;
	font-size: 105%;
	font-family: verdana;
	color: black;
}

#container
{
	width: 100%;
	margin: auto;
	text-align: center;
	display: block;
}

.text > input[type=text]
{
	text-align: center;
	width: 50%;
	margin-top: 0%;
	border-color: black;
	font-size: 105%;
}

.textarea > textarea
{
	text-align: initial;
	padding: 0;
	width: 50%;
	height: 40%;
	margin-top: 0.5%;
	border-color: black;
}

.text 
{
	margin-top: 2%;
}

#submit
{
	width: 20%;
	height: 3%;
	background-color: black;
	color: white;
}

h1
{
	color: black;
	width: 100%;
	display: block;
	margin: auto;
	margin-bottom: 4%;
	margin-top: 3%;
}