#background {
  background:url("/Images/trees.jpg") no-repeat center;
  background-color: #1b4017;
  border: 0;
  background-position: center;
  background-size: cover;
  height: 950px;
  overflow-x: hidden;
}

a:link {
  color: #4eb25e; }

a:visited {
 color: #c8b289
}

a:hover {
  color: #c4f55d;
}

#moonblink {
  position: fixed;
  right: 48%;
 justify-content: center;
 height: 50px;
 padding: 15px;
 z-index: 5;
}

#rosehip {
  position: relative;
  transform: translate(5%, 74%);
  font: 17px/1.5 "Newsreader", times, serif;
  color: #a81414;
}

#geranium {
  position: absolute;
  left: 110%;
  top: 325px;
  font: 17px/1.5 "Newsreader", times, serif;
  color: #fffdf0;
}

#directory {
  background: url("/Images/barkk.jpg") repeat top right;
  font: 16px/1.5 "Newsreader", times, serif;
  color: #f8f5f0;
  border: 8px #34250b outset;
  border-width: 5px;
  padding: 15px;
  box-shadow: 5px 5px 5px #241804;
  height: 200px;
  width: 350px;
  position: absolute;
  bottom: 70%;
  left: 115%;
}

#body {
  background: url("/Images/barkk.jpg") repeat top right;
  font: 16px/1.5 "Newsreader", times, serif;
  color: #f8f5f0;
  border: 15px #34250b outset;
  border-width: 10px;
  padding: 30px;
  box-shadow: 5px 5px 5px #241804;
  text-align: center;
  height: 750px;
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#entryscroll {
  font-weight: 500;
  color: #f8f5f0;
  background-color: #34250b;
  padding: 10px;
  overflow-y: auto;
  line-height: 140%;
  height: 650px;
  width: 500;
}

#directscroll {
  font: 16px/1.5 "Newsreader", times, serif;
  font-weight: 500;
  background-color: #34250b; 
  text-align: left;
  height: 75px;
  width: 340px;
  border: 1px #34250b solid;
  padding: 5px;
  overflow: auto;
}