@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'minecraftregular';
    src: url('minecraft-regular-webfont.woff2') format('woff2'),
         url('minecraft-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
  background: darkgreen;
}
.frame{
  background: url("outcome24.jpg");
  width:1000px;
  height:640px;
  margin:0px auto;
  position:relative
}
.para{ 
  position: absolute;
  font-family:minecraftregular;
  top:80px;
  left: 250px;
  line-height: 8px;
  font-size: 24px;
   color:white;
}
.end{
  position: absolute;
 top:495px;
 left: 443px; 
  color: white;
  font-size:30px;
}
a{
  text-decoration: none;
  font-family: minecraftregular;
}