div.pageTitle{
	height 50vh
	display flex
	flex-direction column
	justify-content center
	align-items center
	background-repeat no-repeat
	background-position center
	background-size cover
	h1{
		text-shadow 0 0 10px #00000080
		text-align: center;
		font-weight normal
	}
	h2{
		margin 0
		color #ffffff8a
		font-weight normal
		font-size 23.4px
	}
}