body {
  background-image: url('/imgs/background.png');
  background-size: cover;
  color: rgba(255,250,240,0.95);
  font-family: monospace;
  line-height: 18px; 
  font-size: 130%;
  letter-spacing: 0px;
}

.header {
  background-image: url('/imgs/backgroundmap.jpg');
  background-size: cover;
  background-position: center;
  border: 2px solid rgb(255,0,0);
  margin: auto;
  text-align: center;
}

.panel {
  background-color: rgb(100,0,0);
  border: 2px solid rgb(255,0,0);
  padding: 10px;
  margin: auto;
  text-align: center;
}

.tech {
  background-color: rgb(100,0,0);
  border: 2px solid rgb(255,0,0);
  padding: 10px;
  margin: auto;
  text-align: center;
  line-height: 20px;
}

.liminal {
  background-color: rgb(100,0,0);
  border: 2px solid rgb(255,0,0);
  line-height: 20px;
  padding: 10px;
  margin: auto;
}

a:link {
    color: rgb(245,0,0);
        text-decoration: none;
}
a:visited {
    color: rgb(245,0,0);
        text-decoration: none;
}
a:hover {
    color: rgb(255,0,0);
        text-decoration: underline;
}
a:active {
    color: rgb(255,0,0);
        text-decoration: none;
}
table {
  margin: 0 auto;
}

ul {
  line-height: 20px
