/* scene header
----------------------------------------------------------------------------------------------------------------------*/
.title-and-scene-count {
	width: 100%;
	margin-bottom: 60px;

	display: flex;
	justify-content: space-between;
	align-items: center;
}

.stage-title {
	font-family: $font-poppins;
	font-weight: 600;
	color: white;
}

.scene-count {
	font-family: $font-poppins;
	font-weight: 600;
	color: $unmellow-yellow;
}

.header-container {
	opacity: 0;
	transform: scale(0.7);

	color: white;
	margin-top: 24px;
}

.subtitle-container {
	opacity: 0;
	transform: scale(0.7);
	font-weight: 100;
}

.body-container {
	opacity: 0;
	transform: scale(0.7);

	color: white;
}
