nav
{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 30%;
	height: 100px;
	border: solid 2px Peru;
	border-radius: 10px;
	background-color: OrangeRed;
}
a button
{
	font-size: 2em;
	border-radius: 10px;
}
article
{
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 30%;
	height: 700px;
	border: solid 2px Peru;
	border-radius: 10px;
	background-color: OrangeRed;
}
article form
{
	font-weight: bold;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	justify-content: space-around;
	align-items: flex-start;
	align-items: center;
}
.label_control
{
	width: 70%;
}
.form_control
{
	float: right;
}
.checkbox_control
{
	float: right;
}
.message
{
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	height: 100px;
	border: solid 2px Peru;
	border-radius: 10px;
	background-color: OrangeRed;
}
input[type="submit"]
{
	border-radius: 5px;
}