
body {
  background-color: #520e0e;

  font-family: Verdana;
  text-align: center;
  justify-content: center;
}

p {
    color: white;
}
h2 {
  color: white;
}

#link {
  background-color: white;
}

#navigationBar {
  list-style-type: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
  justify-content: center;
}

#navigationBar li {
  float: left;
  justify-content: center;
}

#navigationBar li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#navigationBar li a:hover {
  background-color: #111111;
}
