/*#pos {
  position: fixed;
  left: 1vw;
  bottom: 1vw;
} */

#btt {
  text-align: center;
  position: fixed;
  right: 1vw;
  bottom: 10vw;
}

#btt a {
  display: block;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  line-height: 3rem;
  text-decoration: none;
  background: red;
  color: #fff;
  border-radius: 50%;
  transition: all 800ms;
}

#btt a:hover {
  opacity: 0.4;
}

/*# sourceMappingURL=btt.css.map */