header { font-family: "Croissant One", "Times New Roman";
	text-align: center;
	font-size: 25px;
	background-color: #0066CC;
	font-weight: bold;
	padding: 1px;
}

nav { background-color: #434343;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16.7px;
}

nav ul { list-style-type: none;
	display: flex;
	margin: 0px;
	justify-content: space-around;
}

nav a { list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
}

h2 { text-align: center;
	font-weight: bold;
	font-size: 35px;
}

main { font-family: "Times New Roman", serif;
	text-align: center;
	background-color: #CCCCCC;
	Padding: 5px;
	padding-bottom: 40px;
	min-height: 900px;
}

p { font-size: 20px;}

footer { font-style: italic;
}

.head_order { background-color: #000000;
width: 355px;
color: #FFFFFF;
float: left;
text-align: center;
min-height: 900px;
padding-bottom: 40px;
}

.index { padding-left: 0;}

.image { margin: 0;
color: #FFFFFF;
background-color: #4a4a4a;}