@charset "UTF-8";
/* CSS Document */
body{
  background:purple;
  
 
}
.frame{
  background: url("outcome5.jpg");
  width: 1000px;
  height: 640px;
  position: relative;
  margin:0px auto;
}
a{
  text-decoration: none;
  color:black
}
@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;

}
.para{
  font-family: minecraftregular;
  font-size: 23px;
  position:absolute;
  top: 60px;
  left:75px;
  line-height: 15px;
}
.take{
    font-family: minecraftregular;
  font-size: 23px;
  position:absolute;
  top: 505px;
  left:340px;
}
.leave{
      font-family: minecraftregular;
  font-size: 23px;
  position:absolute;
  top: 505px;
  left:560px;
}