@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:purple;
  
 
}
.frame{
  background: url("outcome8.jpg");
  width: 1000px;
  height: 640px;
  position: relative;
  margin:0px auto;
}
a{
  text-decoration: none;
  color:white;
}
.door2 {
	position: absolute;
	display: block;
	text-indent:-99999px;
	background: url("door2.jpg");
	width: 109px;
	height: 221px;
	top:186px;
	left:616px;
	-webkit-animation: fadebar 5s, transbar 3s; /* Chrome, Safari, Opera */
        animation: fadebar 5s,transbar 3s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode:forwards;  
	    animation-fill-mode:forwards;
        -webkit-transition: -webkit-transform 1s;
        transition: transform 1s;
	
}
.door2:hover{	background-size: cover;
    		-webkit-transform: scale(1.3);
    transform: scale(1.3);  
}

.para{
  font-family: minecraftregular;
   position:absolute;
  top:40px;
  left: 150px;
  color: white;
  font-size:18px;
  
}
.end{
   font-family: minecraftregular;
  position:absolute;
  top:230px;
  left: 290px;
  font-size:30px;
  color: white;
}
