/* || general */

body {
  background: #9E9D89;
  font-family: "consola", monospace;
  font-size: 11px;
  margin: 0 auto;
  text-transform: lowercase;
}

main {
  background: transparent;
  display: block;
  left: 50%;
  margin: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 600px;
}

header {
  background-image: url(https://nebulizer.neocities.org/siteimages/indexheader.png);
  border: 1px solid #000;
  box-shadow: 2px 2px #000;
  box-sizing: border-box;
  height: 300px;
  width: 600px;
}

header:active{
  border: 1px dotted #000;
}

h1 {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-weight: normal;
}

hr {
  border-left: .1vmin solid transparent;
  border-right: .1vmin solid transparent;
  border-top: .1vmin solid transparent;
  border-bottom: 1px solid #000000;
  margin: 6px 0px 8px 0px;
}

/* styling */

a {
  color: #000;
  padding: 2px;
  text-decoration: underline;
}

a:active {
  color: #000;
  border: 1px dotted #000;
  padding: 1px;
  text-decoration: underline;
}

::selection {
  color: #f1f1f1;
  background: #000;
}

/* || other */

.content {
  background: none;
  color: #000;
  margin-top: 20px;
  width: 600px;
}
