
  #scrollToTopButton {
            position: fixed;
            bottom: 20px;
            right: 20px;
            display: none; /* Initially hide the button */
            border-radius: 50px;
        }

        
  #scrollToTopButton:hover {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Initially hide the button */
    border-radius: 50px;
    background-color: #6a0dad;
}
