.scroll-top-widget {
  display: none;
  background-color: #FF1E33;
  border: 0;
  border-radius: 0.4rem;
  bottom: 5rem;
  height: 5rem;
  opacity: 1;
  padding: 0.5rem 0;
  position: fixed;
  right: 5rem;
  width: 5rem;
  z-index: 999;
}
.scroll-top-widget:hover {
  transition: all 0.2s ease-in-out;
  background-color: #9A2010;
}