body {
  background-color: black;
  color: white;
  margin: 0px;
}

.titleBar {
  display: flex;
  border: 1px solid white;
  height: 120px;
  align-items: center;
  justify-content: center;
}

.navBar {
  border: 1px solid white;
  text-align: center;
}

.museum {
  border: 1px solid white;
}

