body.light {
  color: #000000;
  background-color: #FFFFFF;
  /* margin: 0px 20px 0px 20px; */
}

body.dark {
  color: #ddd;
  background-color: #333;
}

a.dark {
  color: #ff0;
}

a.dark:visited {
  color: #aa0;
}

:link { color: #1F00FF }
:visited { color: #9900DD }

body.main-class a:link {
  color: green; /* Example style */
}

a.light {
  color: #1F00FF;
}

a.light:visited {
  color: #9900DD;
}

h3.cl {
  text-align: center;
  font-size: 30px;
  /*text-decoration: underline;*/
}

.columnt1 {
    width: 66%;
    float: left;
    text-align: center;
    border: solid 1px;
    border-radius: 4px 4px 4px 4px;
}

.columnt1 a:link:hover, .columnt1 a:visited:hover {
			    font-style: italic;
			    text-shadow: 2px 2px 9px #f44;
}

.columnt2 {
	  width: 33%;
	  float: right;
	  text-align: center;
}

.nobr {
      white-space: nowrap;
}

pre {
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
	white-space: pre-wrap;
	overflow: auto;
	line-height: 1.8;
	padding: 16px;
	border: 1px solid #EEE;
}

body.dark pre {
	border: 1px solid #484444;
}

code {
	color: crimson;
}

body.dark code {
	color: #0d0; 

}
body.dark blockquote {
	color: #848f58;
}

:lang(ur) {
      font-family: "Noto Nastaliq Urdu", serif;
	font-optical-sizing: auto;
	font-style: normal;

}
.english {
	font-family: serif;
	font-weight: normal;
	font-style: normal;
}

#theme-toggle {
	display: none;
	background-color: #fff;
	border: none;
}

body.dark #theme-toggle {
	background-color: #333;
	color: #fff;
}

button#theme-toggle {
    font-size: 26px;
    margin: auto 4px;
    cursor: pointer;
}

body.dark #moon {
    vertical-align: middle;
    display: none;
}

body:not(.dark) #sun {
    display: none;
}

@font-face {
  font-family: "Noto Nastaliq Urdu", serif;
  src: url('../fonts/NotoNastaliqUrdu-Regular.ttf');
}

.urdu {
  font-family: "Noto Nastaliq Urdu", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

blockquote {
	color: #6a6a6a
}

dt {
	font-weight: bold;
}

article {
	line-height: 1.8;
}
