.tool-home-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  color: #222;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 16px;
  position: fixed;
  text-decoration: none;
  top: 16px;
  width: 40px;
  z-index: 2000;
}

.tool-home-button:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

.tool-home-button svg {
  display: block;
}
