@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: whitesmoke;
}

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

p {
    font-family: 'britannic_boldregular';
    font-size: 20px;
    position: absolute;
    top: 30px;
    left: 110px;
    
 
}


.figure {
     display: block;
    position: absolute;
    font-family: '28_days_laterregular';
    text-decoration: none;
    color: maroon;
    text-align: center;
    background: url("figure.png");
    width: 200px;
    height: 200px;
    top: 220px;
    left: 520px;
}

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

.arrow {
       display: block;
    position: absolute;
    font-family: '28_days_laterregular';
    text-decoration: none;
    color: maroon;
    text-align: center;
    line-height: 90px;
    background: url("left_arrowsmall.png");
    width: 200px;
    height: 200px;
    top: 400px;
    left: 300px;
}

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