#backtotop {
  background-color: #860a0c;
  color: white;
  bottom: 20px;
  cursor: pointer;
  display: none;
  height: 62px;
  position: fixed;
  right: 20px;
  width: 62px;
  z-index: 1000;
  border-radius: 31px;
}

#backtotop:after {
  background-image: url(../chevron-up.svg);
  background-position: center;
  background-size: cover;
  content: '';
  display: block;
  width: 30px;
  height: 20px;
  margin-top: 20px;
  margin-left: 16px;
}

#backtotop:hover {
  /*opacity: 0.8;*/
}

@media print {
  #backtotop {
    visibility: hidden;
  }
}
