body {
    background-color: #100011;
    background-image: url('https://lionbunni.neocities.org/Dream_Journal/LSD%20Dream%20Background%202.png');
    background-size: 10%;
    background-repeat: repeat-x repeat-y;
    font-family: courier;
    font-size: 13px;
   color: #F9C0FF;
}
.NavBar {
  border-collapse: collapse;
  border-width: 5px;
  border-style:solid;
  border-color: #32a1ce;
  background-color: black;
  width: 10%;
}
.NavJournal:hover {
  filter: hue-rotate(320deg) saturate(100%);
}
.NavBlog:hover {
  filter: hue-rotate(320deg) saturate(100%);
}
.NavBrains:hover {
  filter: hue-rotate(320deg) saturate(100%);
}
.NavLibrary:hover {
  filter: hue-rotate(320deg) saturate(100%);
}
.NavPolitics:hover {
  filter: hue-rotate(320deg) saturate(100%);
}
.NavDreams:hover {
  filter: hue-rotate(320deg) saturate(100%);
}
.NavMeme {
  width:10vw;
}
 