@import url('https://fonts.googleapis.com/css2?family=Ubuntu&family=VT323&display=swap');

body {
  font-family:"Ubuntu";
  background-color:#faf3e3;
}

pre {
  font-family:"Ubuntu";
}

h1 {
  color:#000000;
}

h2, legend {
  color:#1A4D2E;
}

h3 {
  color:#FF9F29;
}

p {
  color:#000000;
}

legend {
  font-weight: bolder;
}

.splitleft {
  height: 100%;
  width: 30%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  left: 10;
  background-color: #faf3e3;
}

.splitright {
  height: 100%;
  width: 70%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  right: 0;
  background-color: #faeed4;
}

#funFact {
  color: red;
  font-size: 20px;
}

#AzizBgBoss {
  font-family: 'VT323', monospace;
  font-size: 25px;
  color: limegreen;
  text-shadow: 1px 1px 0 black;
}
#Nightmaregamer65 {
  font-family: 'VT323', monospace;
  font-size: 25px;
  color: red;
  text-shadow: 1px 1px 0 black;
}
#greyblue92 {
  font-family: 'VT323', monospace;
  font-size: 25px;
  color: blue;
  text-shadow: 1px 1px 0 black;
}
#slm {
  font-family: 'VT323', monospace;
  font-size: 25px;
  color: white;
  text-shadow: 1px 1px 0 black;
}