@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;
    font-family: 'britannic_boldregular';
}

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

p {
    font-family: 'britannic_boldregular';
    font-size: 30px;
    position: absolute;
    top: 10px;
    left: 480px;
    -webkit-text-stroke: black .6px; 
    text-shadow: 2px 2px 3px black; 
                
}

.correct {
    display: block;
    position: absolute;
    text-indent: -99999px;
    background: url("drawer.png");
    width: 200px;
    height: 200px;
    top: 204px;
    left: -14px;
}

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

.wrong {
    display: block;
    position: absolute;
    text-indent: -99999px;
    background: url("clock2.png");
    width: 200px;
    height: 200px;
    top: 98px;
    left: 930px;
}

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

.wrong2 {
    display: block;
    position: absolute;
    text-indent: -99999px;
    background: url("window2.png");
    width: 200px;
    height: 200px;
    top: 45px;
    left: 252px;
}

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