CourseTime {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;

	.timer-container {
		width: 300px;
		top: 10%;
		position: absolute;
		background-color: #3e3e3e77;
		font-family: Poppins;
		font-weight: 800;
		color: white;
		font-size: 30px;
		flex-direction: column;
		align-items: center;
		justify-content: center;

		.timer {
		}

		.sub-timer-title {
			font-size: 18px;
			font-weight: 600;
			color: #b6b6b6;
		}

		.sub-timer {
			font-size: 20px;
			font-weight: 600;
			color: #b6b6b6;
		}
	}

	&.dead {
		display: none;
	}
}
