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

@font-face {
    font-family: 'britannic_boldregular';
    src: url('britanic-webfont.woff2') format('woff2'),
         url('britanic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '28_days_laterregular';
    src: url('28_days_later-webfont.woff2') format('woff2'),
         url('28_days_later-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    background: black;
    color: antiquewhite;
}

.background {
    margin: 0px auto;
	width: 1200px;
	height: 600px;
	background: url("deadend2.jpg");
	position: relative; 
}

p {
	font-family: 'britannic_boldregular';
	font-size: 25px;
	position: absolute;
    top: 20px;
    left: 250px;
    padding-right: 200px;
     text-shadow: -2px 2px 2px black,
				  1px 1px 2px black,
				 1px -1px 2px black;
				-1px -1px 2px black;
     
}

.correct {
     display: block;
    position: absolute;
    text-indent: -99999px;
    background: url("door3.png");
    width: 200px;
    height: 400px;
    top: 20px;
    left: -6px;

}

.wrong {
      font-family: '28_days_laterregular';
    font-size: 40px;
    text-decoration: none;
    color: maroon;
    position: absolute;
    top: 500px;
    left: 800px;
    text-shadow: -2px 2px 2px black,
				  1px 1px 2px black,
				 1px -1px 2px black;
				-1px -1px 2px black;
     
}

.wrong:hover {
    color: burlywood;
    
}

.correct:hover {
	background-size: cover;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
	