#toTop {
  position: fixed;
  font-size: 40px;
  bottom: 20px;
  right: 20px;
  display: none;
  opacity: 75%;

  &:hover {
    cursor: pointer;
    opacity: 100%;
  }
}
