#backtotop {
  background: #f7f7f7;
  border: 1px solid #cccccc;
  border-radius: 0;
  bottom: 160px;
  color: #333333;
  cursor: pointer;
  display: none;
  width: max-content;
    padding: 5px 13px 11px;
  position: fixed;
  right: 40px;
  text-align: center;
  z-index: 10;
    font-size: 22px;
  line-height: 22px;
}

#backtotop:hover {
  background: #eeeeee;
}

#backtotop:focus {
  opacity: 0.6;
  outline: none;
}
