/*Go Top */
#myBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  font-size: 200px;
  border: none;
  outline: none;
  background-image: url('../img/favicons/go_top.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  transform: scale(1.5);
}