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

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

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

body {
    background: black;
    color: whitesmoke;
}


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


h1 {
    font-family: '28_days_laterregular';
    font-size: 90px;
    position: absolute;
    top: 70px;
    left: 400px
}

p {
    font-family: 'britannic_boldregular';
    font-size: 25px;
    line-height: 40px;
    position: absolute;
    top: 250px;
    left: 0px;
    padding-right: 650px;
}

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

.escape:hover {
    color: burlywood;
}