.bodyNormal {
	display:none;
}
.bodyMobile{
	display:block;
}

.header{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 15%;
}
#arrowBckButtonMobile, #arrowBckButtonMobile2{
	padding: 5px;
	margin-right: 10%;
}
#chapterMenu{
	padding: 5px;
}
#arrowButtonMobile, #arrowButtonMobile2{
	padding: 5px;
	margin-left: 10%;
	align-self: center;
}

#chapterMenu{
	align-self: center;
}

#currentPageMobile{
	width: 100%;
}

.footer{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 15%;
}