
body{
  width: 600px;
  margin: auto;
  background: rgb(7, 23, 18)
}

h2{
  padding: 10px;
  padding-bottom: 0;
  font-family:'Aber-Mono';
  color: white;
  border: 3px solid rgb(86, 199, 165);
  background: rgb(18, 61, 47)
}

p{
  margin-top: -5px;
  font-size: 80%
}

div{
  float: right;
  font-family: 'jgs7';
  font-size: 80%;
  margin-top: -5px
}

hr{
  width: 150px;
  background: rgb(86, 199, 165);
  border: 1px solid rgb(86, 199, 165);
  margin-top: 5px;
  margin-left: 10px
}

.oramge{ 
  display: inline;
  font-family: 'AnalogueOS';
}

.back{
  float: left;
  margin-left: -100px;
  font-family:'DPSDbeyond';
  font-size: 150%;
  text-decoration: none;
  color: white;
}
