html {
    background-color: Azure;
}

span.highlight{
    color: red;
}

td.td-file{
    color: purple;
}

a{
    white-space:nowrap;
}

#btnScrollToTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 1em; /* Place the button at the bottom of the page */
  right: 2em; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: CornflowerBlue; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 0.5em; /* Some padding */
  border-radius: 0.5em; /* Rounded corners */
  font-size: 1em; /* Increase font size */
}

#btnScrollToTop:hover {
  background-color: LightGray; /* Add a dark-grey background on hover */
}

#slider{
    margin-left: 5em;
}
