#app {
	min-height: 100vf;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
}

.cover-holder {
	width: 100%;
	max-width: 600px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	line-height: 0;
	box-shadow:  0 0 100px -10px rgba(0,0,0,0.5);
}

.cover-holder img {
	width: 100%;
	height: auto;
	border-radius: 3px;
}

h1 {
	margin-bottom: 5px;
	font-size: 38px;
}

h2 {
	font-size: 32px;
}

p {
	margin-bottom: 10px;
	margin-top: 0;
}
