body {
  background-color: black;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  color: white;
  font-size: 2.5vh;
  margin-top: 0;
  margin-bottom: 4px;
}

button {
  border: 2px solid #888888;
}

.bar {
  width: 5.1vw;
  height: 10vw;
  position: absolute;
  bottom: 5vh;
  left: 0;
  background-color: white;
}

#sort {
  color: #60d0FF;
}

#noOfItems {
  color: #60a0FF;
}

#comparisons {
  color: #6070FF;
}