@charset "UTF-8";

element {
	property: value;
	property: value;
}

body {
	margin: 20px 10%;
	background-color: rgb(254, 231, 233);
	color: #0B0B45;
	background-image: url("../images/parchment2.jpg");
	background-attachment: fixed;
}

header {
	color: rgb(176, 38, 255);
	text-align: center;
	}

h1 {
	font-size: 2em;
	text-shadow: 0px 3px 6px;
}

a:link, a:visited {
	color: #08A045;
	text-decoration: none;	
}


a:hover, a:focus {
	color: #FE019A;

}

section {
	border: 2px solid yellow;
	border-radius: 20px;
	padding: 20px;
	float: right;
	width: 60%;
}

aside {
	background-color: rgba(240, 240, 240, 0.5);
	border-radius: 20px;
	padding: 20px;
	float: left;
	width: 20%;
}

