html, body {
	max-width: 100%;
	overflow-x: hidden;
}

a {
	color: blue;
	text-decoration: underline;
}

h1 {
	text-align: center;
	font-size: 36px;
}

h2 {
	font-size: 32px;	
}

h3 {
	text-align: center;
}

.center {
	text-align: center;
}

.center > div {
	margin-left: auto;
	margin-right: auto;
}

.rdbtr {
	font-size: 20px;
}
.main {
	position:relative;
	margin-left:2%;
	font-size:28px;
}

.hebmain {
	position:relative;
	margin-right:2%;
	font-size:28px;
	direction: rtl;
}

.blink {
	animation: blinker 2s step-end infinite;
	font-weight: bold;
}

.fade {
	animation: blinker 1.5s linear infinite;
	font-weight: bold;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}
