body {
	height: 100%;
	margin: 0;
	background-image: url(../assets/bigcity.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

@font-face {
	src: url(../fonts/tagtype-freefont.ttf);
	font-family: Tagtype;
}

@font-face {
	src: url(../fonts/Texturina-VariableFont_opsz\,wght.ttf);
	font-family: Texturina;
}

@font-face {
	src: url(../fonts/Stylewars2011-aEYg.ttf);
	font-family: StyleWars;
}

@font-face {
	src: url("../fonts/Gotham-Book.otf");
	font-family: Gotham;
}

p {
	font-size: 19px;
	font-family: Gotham;
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	margin: auto;
	width: 75%;
}

.default {
	font-size: 19px;
	font-family: Gotham;
}

.nextChapter {
	position: fixed;
	right: 25px;
	bottom: 25px;
	font-size: 25px;
	font-family: Gotham;
	color: #ffffff;

	a {
		text-decoration: none;
		color: white;
	}
}

.lastChapter {
	position: fixed;
	left: 25px;
	bottom: 25px;
	font-size: 25px;
	font-family: Gotham;
	color: #ffffff;

	a {
		text-decoration: none;
		color: white;
	}
}

.alex {
	font-family: StyleWars;
	letter-spacing: 1px;
}

.beatrice {
	font-family: Texturina;
	font-weight: 400;
}

.title {
	font-family: Tagtype;
	margin: auto;
	text-align: center;
	letter-spacing: 3px;
}

.chapTitle {
	font-size: 100px;
	color: #ffffff;

}

.subTitle {
	font-size: 50px;
	color: #ffffff;

}

@media only screen and (max-width: 600px) {
	.chapTitle {
		font-size: 50px;
		color: #ffffff;

	}

	.subTitle {
		font-size: 25px;
		color: #ffffff;

	}
}
