body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Jetbrains Mono;
	margin: 2em;
	text-align: center;
	width: 98%
}

a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

a:visited {
	color: #FFFFFF;
}

#main {
	border: 1px solid white;
	margin: 0 auto;
	width: 60%;
}

#blog, #tutorial, #header {
	width: 60%;
	margin: 0 auto;
}

#tutorial {
	text-align:  justify !important;
}

#blog ul, #tutorial ul {
	list-style-type: none;
	padding: 0;
}

.bullets {
	list-style-type: circle;
	text-align: justify !important;
}
.bullets li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.keyword {
	font-weight: bold;
	font-size: 1.1em;
}

.explanation {
	font-style: italic;
}

#header ul {
  	list-style: none;
 	 padding: 0;
 	 text-align: center;  /* Centers the horizontal list */
/*  	border: 1px solid #FFFFFF;*/
}

#header li {
	display: inline-block;
 	margin-right: 15px;  /* Spacing between items */	
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#tutorial #header ul {
	text-align: left !important;
}

#conts {
	margin-top: 2em;
	font-weight: bold;
}


.reverse-it {
	unicode-bidi: bidi-override;
  	direction: rtl; 
}

.tilde {
	font-size: 3em;
	margin: 0;
	font-weight: normal;
}

