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