@charset "utf-8";

/*
   New Perspectives on HTML and CSS
   Project Media Page General Style Sheet
  
   Filename: styles.css

*/

/* HTML and Body styles */

body {
    background-image: url(t4g8ln5oc3liffjq92qmo8u9ef.png)
}


/* =============================================
   Tablet and Desktop Styles: greater than 640px
   =============================================
*/
@media only screen and (min-width: 641px) {


}

