/** Death menu **/

.overlay-death {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.death_title {
	margin-bottom: 40px;
	color: #fff;
	font-size: 40px
}

.death_subtitle {
	margin-top: 40px;
	color: #fff;
	font-size: 24px
}

.overlay-death .actions {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 104px;
	bottom: 0;
	position: absolute
}