body {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  background: #000;
}

body, p, li, div, i {
  color: #ace;
}

header {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 2em;
  font-family: "Bungee Hairline";
  color: #def;
}

h1 {
  font-size: 80px;
  margin: auto;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 50px;
  }
}

#ink-h1 {
  font-family: 'Jim Nightshade';
  font-weight: 200;
}

#canvasShell {
  display: flex;
  justify-content: center;
  margin: 2rem;
}

#left {
  margin-right: 5em;
}

#right {
  text-align: right;
}

label {
  font-family: "Jim Nightshade", sans-serif;
  font-size: 1.5em;
}

.btn {
  text-decoration: none;
  border-radius: 3px;
  background: #222;
  color: #eee;
  padding: 10px 20px;
}

.btn-sm {
  padding: 5px 10px;
}

input[type=number]{
  width: 4em;
}

#cash-window {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
}


/* GEMA */

#gema-h1 {
  font-family: 'Bungee Hairline', sans-serif;
  font-weight: bold;
}

.container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 3em;
}

#seed {
  border: 0;
  width: 30em;
  height: 2em;
  padding: 10px;
}

input {
  color: inherit;
  outline: none;
  background: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
}

#inputs {
  margin-bottom: 2em;
}

#outputs {
  display: flex;
  justify-content: center;
}

#results {
  white-space: pre;
  text-align: left;
  width: 15em;
}

#number {
  margin: 0 5em;
}

#nav {
  line-height: 3em;
}

#nav a {
  padding: 1em;
  font-family: "Bungee Hairline", sans-serif;
  font-weight: bold;
  font-size: 25px;
  text-decoration: none;
}

a {
  color: #def;
}

#nav a:hover {
  color: #def;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}

.poast {
  line-height: 1.5em;
  text-align: justify;
  max-width: 650px;
  min-width: 500px;
  margin:auto;
}

footer {
  padding: 1em 0;
  width: 100%;
}

::selection {
  color: #0FF;
}

hr {
  margin: 3em 0;
  border: 1px solid #abc;
}

#rev{
  margin: 0 10px 0 0;
}
