@charset "utf-8";
#goTopBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0d6efd; /* Bootstrap primary */
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
}

#goTopBtn:hover {
  background-color: #084298;
}
/* CSS Document */

