#upbtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #0e95fb !important;
  color: white;
  cursor: pointer;
  padding: 14px;
  border-radius: 10px !important;
}

