@charset "utf-8";

/*
	New Perspectives on HTML5 and CSS3, 8th Edition
	Chapter 8
	Review Assignment

	Cinema Penguin Styles for Media

	Author: Chris LaFleur
	Date: 11/26/23
*/


/* Media Styles */

audio, video{
	display: block;
	width: 95%;
	margin: 20px auto;
}


/* Track Styles */

::cue{
	background-color: transparent;
	text-shadow: black 1px 1px 2px;
	color: rgb(255, 177, 66);
	font: 1.2em sans-serif;
}

::cue(.Title){
	font: 2em serif;
}