Timer {
	position: absolute;
	left: 860px;
	top: 966px;
	width: 100px;
	align-items: center;
	font-weight: 800;
	transform: translateX(-50%);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba( #3472e6, 1 );
	border-radius: 7px;

	.Round {
		padding: 6px 10px;
		font-family: Poppins;
		font-size: 16.5px;
		font-weight: 700;
	}

	.Timer {
		display: none;
		margin-top: -5px;
		padding-bottom: 5px;
		flex-direction: column;
		align-items: center;
		font-family: Poppins;
		font-size: 30px;
		font-weight: 700;

		&.Show {
			display: flex;
		}
	}
}

.Hidden {
	display: none;
}
