body {
  background-color: #fafafa;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  padding-top: 50px;
}

a:hover {cursor: pointer;}

.bg-dark {background-color: #111 !important;}

.Navbar {
  position: fixed;
  left: 0px;
  top: 0px;

  display: flex;
  align-items: center;

  height: 50px;
  width: 100%;
  z-index: 10;
}

.Navbar-link {
  color: #eee;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}

.Navbar-link:hover {
  color: white;
  text-decoration: none;
}
