body {
  background-color: black;
  color: orange;
  font-family: timesnewroman;
}
            
.header {
         position: fixed;
         padding: 5px;
         left: 0;
         top: 0;
         width: 100%;
         z-index: 2;
         background-color: black;
        }
              
.menu {
       height: 100%;
       width: 204px;
       position: fixed;
       z-index: 1;
       top: 0;
       left: 0;
       background-image: url('https://savingsuckerfaces.neocities.org/site%20graphics/BDGbg.png'); 
       background-size: 69px;
       overflow-x: hidden;
       padding-top: 125px;
       padding-left: 5px;
      }
               
@media screen and (max-height: 450px) {
                .sidenav {padding-top: 15px;}
                .sidenav a {font-size: 18px;}
                }
.main {
       margin-left: 204px;
      }
            
.footer {
         position: fixed;
         padding: 5px;
         left: 0;
         bottom: 0;
         width: 100%;
         z-index: 3;
         background-color: black;
         text-align: center;
         }
         
.logo {
       float: left;
       margin-left: 50px;
      }
      
#menuimg{
	       bottom: 35px;
	       left: 10px;
	       position: fixed;
	       z-index: 4;
        }
a:link {
  color: orange;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: gold;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
::selection {
  color: white;
  background: orange;
  
}::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-thumb {
  background-image: linear-gradient(tomato, red); 
  border-width: thick;
  border-style: outset;
  border-color: darkred;
}

::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(gold, orange); 
  border-width: thick;
  border-style: outset;
  border-color: chocolate;
}
::-webkit-scrollbar-track {
  background-image: linear-gradient(black, red, black); 
}
::-webkit-scrollbar-button{
  background: red; 
  background-image: url("https://savingsuckerfaces.neocities.org/site%20graphics/o.jpg");
  background-size: cover;
}
option:hover {
  background-color: orange;
  color: white
}