
html {
	 --scroll-behavior: smooth;
		 scroll-behavior: smooth;
	
	 
}
#myBtn {
	float: right;
  	bottom: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
	  right: 30px;
	  z-index: 99;
	  border: none;
	  outline: none;
	  background-color: transparent;
	  cursor: pointer;
	  padding: 5px;
	 scroll-behavior: smooth;
}

#myBtn:hover {
  	background-color: #707070;
}