h1 {
  margin: 0;
  padding: 0;
}
body {
  background: #080200;
  color: #00FFFF;
  text-align: center;
  font-family: source-code-pro, monospace;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  z-index: 0;
}
.pillars {
  position: relative;
}
.leftSvgPillar {
  position: absolute;
  left: 0;
}
.rightSvgPillar {
  position: absolute;
  right: 0;
}
rect {
  fill: #080200;
  stroke: #00FFFF;
  stroke-width: 2px;
}
.vert {
  stroke: url(#pillarGrad);
}
svg {
  position: relative;
}
.bgContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.content {
  position: relative;
  z-index: 10;
}
h1 {
  font-size: 3em;
}
.treeNav {
  margin: auto;
  max-width: 30%;
  min-width: 600px;
}
.treeList {
  list-style-type: none;
  padding-left: 0;
  resize: none;
}
.treeList li {
  padding-top: 0.5%;
  resize: none;
}
.treeList li:nth-child(1) {
  animation: animateBranches1 20s linear infinite;
}
.treeList li:nth-child(2) {
  padding-right: 16%;
  animation: animateBranches2 20s linear infinite;
  animation-delay: 0.5s;
}
.treeList li:nth-child(3) {
  padding-left: 17%;
  animation: animateBranches3 20s linear infinite;
  animation-delay: 1s;
}
.treeList li:nth-child(4) {
  padding-right: 10%;
  animation: animateBranches4 20s linear infinite;
  animation-delay: 1.5s;
}
.treeList li:nth-child(5) {
  padding-left: 10%;
  animation: animateBranches5 20s linear infinite;
  animation-delay: 2s;
}
.treeList li:nth-child(6) {
  animation: animateBranches6 20s linear infinite;
  animation-delay: 2s;
}
.treeList li:nth-child(7) {
  animation: animateBranches7 20s linear infinite;
  animation-delay: 2s;
}
@keyframes animateBranches1 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-14px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(14px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes animateBranches2 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes animateBranches3 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-8px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes animateBranches4 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes animateBranches5 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes animateBranches6 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes animateBranches7 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.navBar1 {
  border: 1px solid #00FFFF;
  z-index: 10;
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #00FFFF;
}
a:visited {
  color: #005F5F;
}
.textGrid1 {
  display: grid;
  grid-template-columns: 100px auto 100px;
}
.gridItem {
  grid-column: 2;
}
.gridItem2 {
  grid-row: 2;
  grid-column: 2;
}
.poemTextGrid {
  display: grid;
  grid-template-columns: 50px auto 0px auto 50px;
}
.gridHeader1 {
  grid-column: 2;
  grid-row: 1;
  padding: 2%;
}
.gridHeader2 {
  grid-column: 4;
  grid-row: 1;
  padding: 2%;
}
.gridHeader3 {
  grid-column: 2;
  grid-row: 3;
  padding: 2%;
}
.gridHeader4 {
  grid-column: 4;
  grid-row: 3;
  padding: 2%;
}
.gridPoem1 {
  grid-column: 2;
  grid-row: 2;
}
.gridPoem2 {
  grid-column: 4;
  grid-row: 2;
}
.gridPoem3 {
  grid-column: 2;
  grid-row: 4;
}
.gridPoem4 {
  grid-column: 4;
  grid-row: 4;
}
.floatLetters {
  position: relative;
  z-index: -10;
}
.letters {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.letters li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: #080200;
  animation: animateLetters 25s linear infinite;
  bottom: -150px;
  z-index: -10;
}
.letters li:nth-child(1) {
  left: 25%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  font-size: 35px;
}
.letters li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.letters li:nth-child(3) {
  right: 30%;
  width: 10px;
  height: 10px;
  animation-delay: 1s;
  font-size: 10px;
}
.letters li:nth-child(4) {
  right: 35%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
  animation-duration: 10s;
}
.letters li:nth-child(5) {
  right: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 3s;
  animation-duration: 8s;
}
.letters li:nth-child(6) {
  right: 10%;
  width: 25px;
  height: 25px;
  animation-delay: 12s;
  animation-duration: 10s;
}
.letters li:nth-child(7) {
  right: 60%;
  width: 25px;
  height: 25px;
  animation-delay: 10s;
  animation-duration: 8s;
}
@keyframes animateLetters {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  80% {
    transform: translateY(-800px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.sideLines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
