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

p {
  font-family: 'britannic_boldregular';
  font-size: 30px;
  text-align: justify; 
  padding-right: 600px;
  position: absolute;
    top: 150px;
  line-height: 50px; 

}

.cabin {
    font-family: '28_days_laterregular';
    font-style: normal;
    text-decoration: none;
    font-size: 50px;
    color: #9e0b0f;
    position: absolute;
    left: 800px;
    top: 550px;
    text-shadow: -1px 2px 2px maroon,
				  1px 1px 2px maroon,
				 1px -1px 2px maroon;
				-1px -1px 2px maroon;
}

.cabin:hover {
    color: burlywood;
}
