

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  
  border-right: 0px solid transparent;
  border-image-outset: 10px;
}

.sidenav > button {
  padding: 8px 8px 8px 32px;
  background-color: transparent;
  border: none;
  
  text-decoration: none;
  font-size: 40px;
  font-family: Nouveau;
  
  display: block;
  transition: 0.3s;
}

.sidenav > button:hover {
  color: #f1f1f1;
  cursor: url('https://soul-of-foxglove.neocities.org/-CSS/Cursors/pointhand.png'), default;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  background-color: transparent;
  border: none;
  
  text-decoration: none;
  font-size: 40px;
  font-family: Nouveau;
  
  display: block;
  transition: 0.3s;
}


.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.span1 {
  margin: auto 0;
  cursor:url('https://soul-of-foxglove.neocities.org/-CSS/Cursors/pointhand.png'), default;
  text-decoration:none;
}

#navbutton {
  background-image: url('https://soul-of-foxglove.neocities.org/images/sidebar.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width:100px;height:100px;
}

#homebutton {
  background-image: url('https://soul-of-foxglove.neocities.org/images/-BUTTONS/Home1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width:50px;height:50px; 
}

