@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("backstory.jpg");
	position: relative; 
}

p {
    font-family: 'britannic_boldregular';
    font-size: 25px;
    margin: 0 auto;
    padding-right: 500px;
    padding-top: 120px;
    line-height: 40px; 
}

a {
    font-family: '28_days_laterregular';
    font-style: normal;
    text-decoration: none;
    font-size: 50px;
    color: #9e0b0f;
    position: absolute;
    left: 820px;
    top: 450px;
	transform: rotate(8deg);
    text-shadow: -1px 2px 2px maroon,
				  1px 1px 2px maroon,
				 1px -1px 2px maroon;
				-1px -1px 2px maroon;
    
}

a:hover {
    color: burlywood;
}