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