
html, body {
  background-color: black;
  color: white;
  font-family: 'Space Mono', monospace;
  font-size: 14px;
  height: 100%;
}

footer {
  font-size: 12px;
}

.hero:hover {
  filter: brightness(0) saturate(100%) invert(65%) sepia(42%) saturate(376%) hue-rotate(225deg) brightness(92%) contrast(90%);
}

a {
  color: #ba97e1 !important;
  font-family: 'Space Mono', monospace;
}

h1 {
  text-transform: lowercase !important;
}

h2 a, h1 {
  background-color: white;
  font-size: 28px;
  color: black !important;
  display: inline-block;
  padding: 5px 10px 0 10px;
}
h2 a:hover{
  background-color: #ba97e1;
}
h5 {
  text-decoration: underline;
}

.tags {
  margin-bottom: 14px;
  margin-top: -2px;
}
.tags a {
  background-color: white;
  font-size: 12px;
  text-transform: uppercase;
  color: black !important;
  display: inline-block;
  padding: 0 5px;
}
.tags a:hover{
  background-color: #ba97e1;
}

img.sample {
  filter: contrast(150%) grayscale(100%)
}

p {
  font-family: 'Work Sans', sans-serif;
}

hr {
  border-top: 1px solid rgba(255,255,255,1) !important;
  margin: 2rem 25%;
}

table.table-container {
  width:100%;
}
.table-container td, .table-container th {
  padding: 4px;
}
.table-container tr:hover, .table-container th {
  background: white;
  color: black;
}
.icon {
  width: 75px !important;
  float: right;
}