body {
	background-color: orange;
}
h1 {
	font-size: 50px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	color: white;
}
p {
	font-size: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	color: white;
}

button {
	width: 120px;
	height: 40px;
	margin: 10px;
	background-color: #f45f42;
	color: white;
	border: none;

}

input {
	text-align: center;
	width: 260px;
	height: 40px;
	color: #f45f42;
	border: none;
	margin-bottom: 10px;
}

table {
	margin: 0 auto;
}