@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Silkscreen&display=swap");
.printArray {
  border-left: 5px solid #A3E635;
  padding-left: 1rem;
  margin: 1rem;
}
.printArray h5 {
  margin-bottom: 1rem;
  font-family: Georgia;
  font-variant: small-caps;
}

.GeoSmallCaps {
  font-family: Georgia;
  font-variant: small-caps;
}

.silkSmall {
  font-family: silkscreen;
  font-size: 8px;
}

#navBar {
  background: #171717;
  display: flex;
  justify-content: center;
}
#navBar ul {
  display: flex;
  justify-content: space-between;
}
#navBar ul li a {
  display: block;
  padding: 1em;
  transition: 1s;
  font-weight: bold;
  text-decoration: none;
  color: #3F6212;
  border-bottom: 1px solid #171717;
}
#navBar ul li a:hover {
  color: #65A30D;
  border-bottom: 1px solid #A3E635;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Raleway", sans-serif;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, picture, svg {
  display: block;
  max-width: 100%;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

body {
  background: #262626;
  color: #E5E5E5;
}

::-moz-selection {
  background: #4D7C0F;
  color: #ECFCCB;
}

::selection {
  background: #4D7C0F;
  color: #ECFCCB;
}

html {
  height: 100%;
}

body {
  background: #121212;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

#login {
  background: #525252;
  padding: 2em;
  text-align: center;
}
#login input {
  background: #404040;
  text-align: center;
  display: inline;
  width: 20%;
  color: #D4D4D4;
}
#login input:focus {
  color: #D4D4D4;
  background: #262626;
  border: 1px solid #171717;
}