h1 {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url("images/katana_kamae.jpg");
}

input, textarea {
	margin-bottom: 20px;
	margin-top: 5px;
	width: 98%;
}

#intro {
	margin-bottom: 40px;
}

#submit {
	background-color: #a52000;
	color: white;
	border-radius: 10px;
	height: 30px;
	width: 80px;
	border: none;
	font-weight: bold;
}

#submit:hover {
	cursor: pointer;
	background-color: #831000;
}

#donebox {
	background-color: #3cb371;
	color: white;
	border-radius: 7px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 40px;
}
