﻿body {
	background-color: wheat;
}

input {
	margin-bottom: .5rem;
}

select {
	margin-bottom: .5rem;
}

.orderBlock {
	background-color: #ffff89;
	border-radius: 25px;
	margin: 1rem;
	padding: 1rem;
}

#pageContainer {
	background-color: #b21807;
	border-radius: 25px;
}

#title {
	text-align: center;
	align-content: center;
}

#errorMessage {
	color: darkred;
}