/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: rgba(0,0,0,1);
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .White-Text{
    color:white;
  }
body {
    background-color: #555;
    background-image: url("https://networks.tgnz.net/Footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
html {
    scroll-behavior: smooth;
  }
.nav-dark{
    background: #555;
}
#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background: rgba(0,0,0.2);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
  
#topBtn:hover {
    background-color: #555;
}
