@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("outcome19.jpg");
  width:1000px;
  height:640px;
  margin:0px auto;
  position:relative
}
.para{ 
  position: absolute;
  font-family:minecraftregular;
  top:90px;
  left: 30px;
  line-height: 7px;
  font-size: 23px;
  color:white;
   
}
.flower {
	position: absolute;
	top:530px;
	left:415px;

}
.earth{
  	position: absolute;
	top:465px;
	left:550px;
}
a{
  text-decoration: none;
  color:white;
  font-family:minecraftregular;
}
