html,body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    background-color: black;
}

@font-face {
    font-family: curse_of_the_zombieregular;
    src: url(curse-webfont.woff2) format('woff2'),
         url(curse-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

a {
	text-decoration: none;
	display: inline-block;
	color: white;
	font-family: curse_of_the_zombieregular;
}

img {
	max-width: 70%;
	vertical-align: top;
	display: inline-block;
}

.wrap {
	padding: 0px;
	margin: 0px;
}

.main {
	font-size: 100px;
	padding-top: 230px;
	text-align: center;
}

.image-container {
	position: relative;
	display: flex;
	justify-content: center;
}

.title {
	position: absolute;
	top: 0;
	text-align: center;
	font-size: 85px;
}

.previous {
	position: absolute;
	bottom: 0;
	left: 10%;
	font-size: 85px;
}

.next {
	position: absolute;
	bottom: 0;
	right: 10%;
	font-size: 85px;
}

.start {
	font-size: 75px;
	text-align: center;
	padding-top: 100px;
}

.name {
	font-size: 50px;
	text-align: center;
	padding-top: 280px;
}