@charset "utf-8";

/*
	Classwork Assignment - Creating a Homepage
	Version - First Time Ever
	Build Your Home Page

	Style Sheet for the Hoodie - Workout Warrior page
	Author: Cortney Bazemore
	Date: 03/29/2026

	Filename:cort_hoodie.css

*/

/* Image */

img {
	max-width: 100%;
	height: auto;
	border: 10px solid white;
}

/* Body */

header {
	text-align: center;

}

article {
	text-align: center;
	border : 10px dashed white;
	font-size: 3em; 
	padding-left: 5px;
}


body	{
	background-color: rgb( 52, 165, 203);
}

/* Footer */

footer {
	text-align: center;
	background-color: rgb(0, 0, 0);
	color: white;
	border-radius: 10px;
	font-size: 1em;
}