@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('pagefourteenbackground.jpg');
width: 1000px; 
height: 600px;
margin:0px auto;
position: relative;}
.pick
{color:red; 
font-family: 'albertsthal_typewriterregular';
position: absolute;
top: 50px;
left: 50px;
text-decoration: none;
font-size: 50px;
opacity: .5;
-webkit-transition: 2s; transition: 2s;} 
.pick:hover {opacity: 1;}
.leave
{color:red; 
font-family: 'albertsthal_typewriterregular';
position: absolute;
top: 50px;
left: 650px;
text-decoration: none;
font-size: 50px;opacity: .5;
-webkit-transition: 2s; transition: 2s;} 
.leave:hover {opacity: 1;}
p {opacity: 0;}