@charset "utf-8";
/* CSS Document */
section {
	font-family: "Helvetica Punk";
	background: linear-gradient(0deg, #ce7510 5%, #b82525 100%);
	border: 5px outset #A41A1A;
	width: 170px;
	color: black;
	position: relative;
	left: 760px;
	bottom: 300px
	
	
}

aside {
	overflow-y: scroll;
	height: 150px;
	font-family: "crayon";
	background: linear-gradient(0deg, #ce7510 5%, #b82525 100%);
	border: 5px outset #A41A1A;
	width: 160px;
	color: black;
	float: left;
	margin-top: 110px;
	
	
}

header {
		font-family: "Helvetica Punk";
	background: linear-gradient(0deg, #ce7510 5%, #b82525 100%);
	border: 5px outset #A41A1A;
	font-size: 30px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}

p {
	font-family: "serif";
	background: linear-gradient(0deg, #ce7510 5%, #b82525 100%);
	border: 5px outset #A41A1A;
	font-size: 20px;
	text-align: center;
	float: right;
	margin-right: 100px;
	
	
}

article {
		background: linear-gradient(0deg, #ce7510 5%, #b82525 100%);
	border: 5px outset #A41A1A;
	font-size: 20px;
	text-align: center;
}