body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0;
	background: #9768e9;
	color: black;
}

h1
{
	color: #0040ff;
	font-family:  Georgia, serif;
	font-size: 40px;
}

h2
{
	font-size: 56px;
	text-align: center;
}

p
{
	font-size: 18px;
	text-align: center;
}

header
{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	background: black;
	border: 2px solid navy;
}

nav
{
	font-size: 18px;
}

table
{
	margin: 0 auto;
	font-size: 250%;
}

section
{
	width: 50%;
	margin: 0 auto;

}

#add_product_form
{
	text-align: center;
	font-size: 175%;
}

#countDown
{
	font-size: 56px;
	font-weight: bold;
}
