@font-face {
  font-family: "Classic Console Neue";
  src: url("/fonts/clacon2.ttf") format("ttf"), url("/fonts/clacon2.woff2") format("woff2");
}

body {
  background-color: black;
  color: #00cc00;
  font-family: "Classic Console Neue", "Courier New", monospace;
  font-size: 16px;
}

.page {
  margin: 25px auto;
  width: 800px;
  height: auto;
  outline: 1px solid #00cc00;
  outline-offset: 5px;
}

h1, h2 {
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

.commands {
  text-align: left;
  line-height: 1;
}

.intro {
  text-align: center;
  line-height: 1;
  width: 770px;
  margin: auto;
}

#bio {
  letter-spacing: 2px;
}

nav {
  display: grid;
  justify-content: center;
  grid-template-columns: 250px 250px 250px;
  grid-template-rows: 444px;
  gap: 11px;
  padding-bottom: 15px;
}

.nomad {
  background-image: url(/images/nomad.png);
  background-size: 250px 444px;
}

.nomad:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6)), url(/images/nomad.png);
}

.streetkid {
  background-image: url(/images/streetkid.png);
  background-size: 250px 444px;
}

.streetkid:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6)), url(/images/streetkid.png);
}

.corpo {
  background-image: url(/images/placeholder.png);
  background-size: 250px 444px;
}

.corpo:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6)), url(/images/placeholder.png);
}

.description {
  width: 250px;
  height: 444px;
}

.link {
  text-align: center;
}

#nomadDescription, #streetkidDescription, #corpoDescription {
  margin: 1em;
  line-height: 1;
}

.hiddenElement {
  display: none;
}

footer#credits {
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  width: 770px;
  margin: auto;
}
  
a:visited, a:link {
  color: #00cc00;
}

a:hover {
  color: #fcba03;
}
