p {
	background-color: yellow;
}

input[type="button"] {
	width: 400px;
	height: 300px;
	color: white;
	background-color: red;
	font-size: 30px;
	font-weight: bold;
	border: 2px solid yellow;
}

h2.fireworks {
	display: none; /* hide it! */
	position: absolute;
	top: 100px;
	left: 100px;
	font-size: 50px;
	color: green;
	font-family: helvetica;
	border: 10px solid green;
	padding: 20px;
	text-align: center;
	width: 50%;
}

input#textinput {
	border: 5px solid pink;
	color: red;
	font-size: 20px;
	padding: 10px;
	
}



