@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'albertsthal_typewriterregular';
    src: url('albertsthal_typewriter-webfont.woff2.html') format('woff2'),
         url('albertsthal_typewriter-webfont.woff.html') format('woff');
    font-weight: normal;
    font-style: normal;}
body {background-color:black;}
.frame {background: darkslategray url('pagetwelvebackground.jpg');
width: 1000px;
height: 600px;
margin:0px auto;
position: relative;}
.run
{color:red; 
font-family: 'albertsthal_typewriterregular';
position: absolute;
top: 500px;
left: 50px;
text-decoration: none;
font-size: 50px;
opacity: .5;
-webkit-transition: 2s; transition: 2s;} 
.run:hover {opacity: 1;}
.food
{color:red; 
font-family: 'albertsthal_typewriterregular';
position: absolute;
top: 500px;
left: 750px;
text-decoration: none;
font-size: 50px;opacity: .5;
-webkit-transition: 2s; transition: 2s;} 
.food:hover {opacity: 1;}
p {opacity:0}