@charset "utf-8";

.w3-bar-item {
	font-size: 20px;
	background: linear-gradient(0deg, #ce7510 5%, #b82525 100%);
	border: 5px outset #A41A1A;
	text-align: center;
	font-family: "Crayon";
	
}

.w3-container {
	font-family: "crayon";
	background: linear-gradient(0deg, #ce7510 5%, #b82525 100%);
	border: 5px outset #A41A1A;
	line-height: 15px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	
}