﻿body {
	background-color: wheat;
	margin-left: 2rem;
	margin-right: 2rem;
}

input {
	margin-bottom: .5rem;
}

select {
	margin-bottom: .5rem;
}

#Title {
	text-align: center;
	align-content: center;
}

#PickBasics img {
	border: 5px solid;
	border-color: #b21807;
	border-radius: 1rem;
}

#SubmitBlock input {
	margin: .5rem;
}

#PizzaOverlay {
	position: relative;
	float: left;
}

#PizzaOverlay img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#OrderContent {
	background-color: #b21807;
	border-radius: 25px;
	padding:.5rem;
}

#ErrorBlock {
	color: darkred;
	font-weight: bold;
	text-align: center;
	align-content: center;
}

#VipPizzas {
	text-align: center;
	align-content: center;
}

.orderBlock {
	background-color: #ffff89;
	border-radius: 25px;
	margin: 1rem;
	padding: 1rem;
}

.DeliveryOrPickupImg {
	border: 5px solid;
	border-color: #b21807;
	border-radius: 1rem;
}

.orderTable {
	width: 70%;
	margin: auto;
	border: 2px solid;
	border-color: #b21807;
	border-radius: 1rem;
}

	.orderTable th {
		border: 2px solid;
		border-color: #b21807;
		border-radius: 1rem;
	}

	.orderTable td {
		border: 2px solid;
		border-color: #b21807;
		border-radius: 1rem;
	}


