@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("outcome2.jpg");
  width:1000px;
  height:640px;
  margin:0px auto;
  position:relative
}
a {
  color:black;
  text-decoration: none;
font-family: minecraftregular;
}

.para{
  position:absolute;
  top:300px;
    left:26px;
  font-size:25px;
  line-height: 9px;
   font-family: 'minecraftregular';
}

.forestclass{

   position:absolute;
  top: 410px;
    left:464px;
  font-size:14px;
  font-family: 'minecraftregular';
  line-height: 2px;
}

.rulesclass{
   position:absolute;
  top: 365px;
    left:735px;
  font-size:15px;
  font-family: 'minecraftregular';
  line-height: 2px;
}
