@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("outcome12.jpg");
  width:1000px;
  height:640px;
  margin:0px auto;
  position:relative
}
.para{ 
  position: absolute;
  font-family:minecraftregular;
  top:98px;
  left: 79px;
  line-height: 20px;
  font-size: 19px;
  color:white;
   
}
.rechoose{
  position: absolute;
  font-family:minecraftregular;
  top:520px;
  left: 340px;
   color:white;
}
.forage{
    position: absolute;
  font-family:minecraftregular;
  top:520px;
  left: 580px;
   color:white;
}
a{
  text-decoration: none;
  color:black
}