p, h1, h2, h3, h4, h5, h6{
	text-align: right;
	direction: rtl;
}

body {
	background-color: #000000;
	margin: 0;
	padding: 0 2vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*height: 100vh;*/
	color: #FF0000; /* אדום בוהק */
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	text-align: center;
}
.message, .why {
	color: #FF0000; /* אדום בוהק */
	text-shadow:
			0 0 1px #FF0000,
			0 0 2px #FF0000;
}
.message {
	font-size: 5vw;
	font-weight: 700;
	direction: rtl;
	line-height: 1.4;
}
.why {
	font-size: 15vw;
	font-weight: 800;
}
.timer {
	font-size: 13vw;
	font-weight: 900;
	color: #FF0000;
	text-shadow:
			0 0 1px #FF0000,
			0 0 2px #FF0000;
	margin-bottom: 0.5em;
}
.final-text {
	font-size: 3vw;
	color: white; /* טקסט כללי בלבן */
	line-height: 1.4;
	text-align: center;
	direction: rtl;
	margin-top: 1em;
	max-width: 90vw;
	font-weight: 600;
	margin-bottom: 40px;
}
.final-text .highlight {
	color: #FF0000; /* אדום בוהק למילים מסומנות */
	text-shadow:
			0 0 1px #FF0000,
			0 0 2px #FF0000;
	font-weight: 700;
}
.final-text a {
	font-size: 3vw;
	font-weight: 700;
	color: #99CCFF; /* תכלת בהיר מאוד */
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
	margin-top: 0.8em;
	direction: rtl;
	word-wrap: break-word;
	max-width: 90vw;
}

@media only screen and (max-width: 800px){
	.final-text, .final-text a {
		font-size: initial;
	}
	.has-global-padding {
		padding-right: initial;
		padding-left: initial;
	}
}

@media only screen and (max-width: 500px) {
	.message {
		font-size: 7vw;
	}
	.why {
		font-size: 19vw;
	}
	.timer {
		font-size: 17vw;
	}
}