@charset "utf-8";
/* CSS Document */
/* upp-knappen 2022-03*/
/* button scroll to top W3 hör till js-2022-03.js*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 2.5rem;
  border: none;
  outline: none;
  background-color: #030303;
  color: white;
  cursor: pointer;
  padding: .5rem;
  border-radius: .25rem;
}

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