body {
  background-color: white;
  color: black;
  font-family: Verdana;
}
/* This "NavigationBar" is for keeping all the links together */
.NavigationBar {
  display: none;
  position: fixed;
  height: 500px;
  width: 200px;
  bottom: 20px;
  left: 100px;
  background-color: grey; /* This is temporary, it will be replaced with an image later on */
}
