/* cascading style sheet for desktop devices */

body { background: #aaccee; }

div.screen { color: black; }

div.mobile { display: none; }
