body {
  background-color: white;
  color: black;
  font-family: Verdana;

  /* space so content isn't hidden behind the bar */
  padding-bottom: 60px;
}

.bottom-home-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #d3d3d3;
  border-top: 2px solid black;
  padding: 10px 0;
  text-align: center;
  z-index: 9999;
}

.home-button {
  display: inline-block;
  background: white;
  color: black;
  text-decoration: none;
  padding: 8px 20px;
  border: 2px solid black;
  border-radius: 6px;
  font-weight: bold;
  margin: 0 5px;
}

.home-button:hover {
  background: #f0f0f0;
}