@charset "utf-8";

/*
   New Perspectives on HTML5 and CSS3, 8th Edition
   Tutorial 8
   Review Assignment

   Cinema Penguin Styles for Media
   Author: Kyle Snyder
   Date:   11/23/24

   Filename: 

*/

/* 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-size: 1.2em sans-serif;
}

::cue(.Title){
   font-size: 2em sans-serif;
}