body {
  background: url(bg.jpg);
  background-color: #150502;
  background-size: cover;
  font-family: serif;
  color: #ff5a00;
  font-size: 150%;
  padding: 0px 60px;
} 

p {
  text-indent: 40px;
}

.mono {
  white-space: pre;
  font-family: monospace;
}

a {
  color: #ff7420;
}


#left {
  position: relative;
  width: 50%;
  float: left;
  height: 100%;
  z-index: 1010101010;
}

#right {
  position: relative;
  width: 50%;
  float: left;
  height: 100%;
  z-index: 1010101010;
}

img {
  padding: 0px 40px;
  max-width: 90%;
  max-height: 90vh;
}

hr {
  border-color: #ff5a00;
  background-color: #ff5a00;
  color: #ff5a00;
}