@charset "utf-8";

/*
   New Perspectives on HTML5 and CSS3, 8th Edition
   Tutorial 2
   Coding Challenge 2

   Author: Lokii Cameron
   Date: 9.19.2025
   
   Filename: code2-2.css

*/


/* HTML and Body Styles */
article > h1 {
	font-size: 2em;
	font-family: cursive;
}

a:link {
	text-decoration: none;
	color: ivory;
}

a:hover {
	text-decoration: underline;
}

/* Heading Styles */
header > h1 {
	text-align: center;
	font-family: Impact, sans-sarif;
	font-size: 3em;
}

/* Aside and Blockquote Styles */


/* Navigation Styles */	
nav > h1 {
	font-size: 1.2em;
	color: white;
	background-color: black;
	text-align: center;
}

nav > ul {
	line-height: 2em;
	list-style: none;
}

/* List Styles */


/* Footer Styles */
