@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("outcome9.jpg");
  width:1000px;
  height:640px;
  margin:0px auto;
  position:relative
}
.para{ 
  position: absolute;
  font-family:minecraftregular;
  top:65px;
  left: 54px;
  line-height: 2px;
  font-size: 28px;
  color:white;
   
}
a{
  text-decoration: none;
  color:white;
  font-family: minecraftregular;

 
}
.choose1{
  position: absolute;
  color:white;
  top: 143px;
  left: 514px;
}
.choose2{
   position: absolute;
  color:white;
  top: 230px;
  left: 514px;
}
.choose3{
   position: absolute;
  color:white;
  top: 310px;
  left: 514px;
}
