ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
  font-family: "Rubik", serif;
}

ul li {
  float: left;
  font-family: "Rubik", serif;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: "Rubik", serif;
}

ul li a:hover {
  background-color: #111111;
  font-family: "Rubik", serif;
}
p {
  font-family: "Rubik", serif;
}


