@font-face {
  font-family: 'Unifont';
  src: url(https://selina-pantoko.neocities.org/fonts/unifont-17.0.04.woff2);
}

@font-face {
  font-family: "UnifontSP";
  src: url(https://selina-pantoko.neocities.org/fonts/unifont-csur.woff2);
}

 @font-face {
 font-family: "Khula Light";
 src: url(https://selina-pantoko.neocities.org/fonts/Khula-Light.woff2);
}

body {
  font-size: 2em;
  font-family: "Unifont", "UnifontSP", monospace;
  color: white;
  background-image: url("assets/Human.jpg");
  }

* > p {
  line-height: 2em;
}

* > pre {
  line-height: 1.5em;
}

h1 {
  font-family: Unifont, UnifontSP;
}
  
#ScriptSelector {
  display: grid;
  place-items: center;
}

#ScriptSelector > #ScriptSelectorLabel {
  padding: 15px;
  background-color: black;
  font-family: Unifont, UnifontSP, sans-serif;
  }

#ScriptSelectorDevanagari {
  display: grid;
  place-items: center;
  font-family: "Khula Light", sans-serif;
}

#ScriptSelectorDevanagari > #ScriptSelectorLabel {
  padding-top: 25px;
  padding-bottom: 12px;
  background-color: black;
  }

#MoreLineSpace {
  line-height: 2em;
}
  
* > #MoreLineSpace {
  line-height: 2em;
}

* > #Devanagari {
  font-family: "Khula Light", sans-serif;
  line-height: 50px;
}

* > #ForceUnifont {
  font-family: Unifont;
}

* > #ForceUnifontSP {
  font-family: UnifontSP;
}

* > #SPQuestion {
  font-family: Unifont;
  font-size: 1.3em;
}
  
span {
  background-color: black;
  line-height: 5px;
  padding: 4px;
  }
  
pre {
  white-space: pre-wrap;
  }
  
! p {
  padding: 0.3em;
  background-color: black;
  border-style: solid;
  border-color:black;
  }

! ol {
background-color: black;
}

a {
  color: #b2e5ff;
  }
! h2 {
  text-align: center;
  margin: 20px;
  padding: 10px;
  border-style: dashed;
  background-color: black;
  } 


