@charset "UTF-8";
/* CSS Document */


body{
  background:purple;
  
 
}
.frame{
  background: url("outcome1.jpg");
  width: 1000px;
  height: 640px;
  position: relative;
  margin:0px auto;
}
h1{
  font-family:minecraftregular;
  font-size:87px;
  position:absolute;
  top:300px;
  left: 36px;
}
h2{
  font-family:minecraftregular;
  position:absolute;
  top:500px;
  left: 250px;
  font-size: 30px;
}
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;

}