  
  .basicdisplay {
    display: block;
  }
  
  .display2 {
    display: none;
  }
      
      
      @font-face {
        font-family: 'Nouveau';
        src: url(https://soul-of-foxglove.neocities.org/-CSS/fonts/Nouveau-Regular.otf);
      }
      
      
      .header {
        box-sizing: content-box;
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 18vh;
        max-height: 18vh;
        
        background-image: url('https://soul-of-foxglove.neocities.org/images/headerimage.png');
        background-size:cover;
        background-repeat: no-repeat;
        
        background-color: rgb(53, 81, 56);
        border-bottom: 10px double rgb(17, 31, 26);
        color: rgb(17, 31, 26);
      }
      
      html, body {
        cursor: url('https://soul-of-foxglove.neocities.org/-CSS/Cursors/pointnormalhand.png'), default;
      }
      
      * {
        box-sizing: border-box;
        -webkit-appearance: none;
      }
      
      /* Add a gray background color with some padding */
      body {
        font-family: Nouveau;
        padding: 20px;
        color:rgb(197, 209, 205);
        font-size: 30px;
        background-image: url('https://soul-of-foxglove.neocities.org/images/clearing.png');
              background-size: cover;
      }
      
      p {
        font-size: 30px;
      }
      
      h2 {
        font-size: 40px;
      }
      
      ul {
        font-size: 30px;
        list-style-image: url('https://i.postimg.cc/FRTqHJH9/Screenshot-2025-06-19-003751.png');
      }
      
      
      a {
      cursor: url('https://soul-of-foxglove.neocities.org/-CSS/Cursors/pointhand.png'), default;
    }
      
      
      /* Create two unequal columns that floats next to each other */
      /* Left column */
      .leftcolumn {   
        float: left;
        width: 40%;
        padding-top: 18vh;
      }
      
      /* Right column */
      .rightcolumn {
        float: left;
        width: 60%;
        padding-left: 20px;
        padding-top: 18vh;
      }
      
      /* Add a card effect for articles */
      .card {
         background-color: rgb(53, 81, 56);
         padding: 10px;
         margin-top: 20px;
         border: 10px double rgb(17, 31, 26);
      }
      
      
      /* Clear floats after the columns */
      .row:after {
        content: "";
        display: table;
        clear: both;
        margin: 15px;
      }
      
      /* Footer */
      .footer {
        text-align: center;
        padding: 1vw;
        
        background-color: rgb(53, 81, 56);
        color: rgb(197, 209, 205);
        display: flex;
        left: 0;
        bottom: 0;
        border: 5px groove rgb(17, 31, 26);
      }
      
    
    
    
    
    .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #49625d;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  
  border-right: 0px solid transparent;
  border-image: url('https://graphics-hoard.neocities.org/Images/frames/greenframe.png') 70 round;
  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;
  color: #2c4d30;
  
  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;
  color: #2c4d30;
  
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.span1 {
  background-image: url('https://soul-of-foxglove.neocities.org/images/sidebar.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.spanhome {
  background-image: url('https://soul-of-foxglove.neocities.org/images/-BUTTONS/Home1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}











      .card2 {
         background-color: pink;
         padding: 10px;
         margin-top: 20px;
         border: 10px double rgb(158, 113, 134);
      }
      
      .card2 a {
        color: rgb(242, 140, 188);
      }
      
      .card2 a:hover {
        color: rgb(255, 236, 245);
      }
      
      .footer2 {
        text-align: center;
        padding: 1vw;
        
        background-color: pink;
        color: rgb(197, 209, 205);
        display: flex;
        left: 0;
        bottom: 0;
        border: 5px groove rgb(158, 113, 134);
      }
      
      
      .sidenav2 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: pink;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  
  border-right: 10px solid transparent;
  border-image: url('https://graphics-hoard.neocities.org/Images/frames/pinkleafframe.png') 90 round;
  border-image-outset: 7px;
}

.sidenav2 > button {
  padding: 8px 8px 8px 32px;
  background-color: transparent;
  border: none;
  
  text-decoration: none;
  font-size: 40px;
  font-family: Nouveau;
  color: rgb(158, 113, 134);
  
  display: block;
  transition: 0.3s;
}

.sidenav2 > button:hover {
  color: rgb(255, 216, 239);
  cursor: url('https://soul-of-foxglove.neocities.org/-CSS/Cursors/pointhand.png'), default;
}

.sidenav2 a {
  padding: 8px 8px 8px 32px;
  background-color: transparent;
  border: none;
  
  text-decoration: none;
  font-size: 40px;
  font-family: Nouveau;
  color: rgb(158, 113, 134);
  
  display: block;
  transition: 0.3s;
}

.sidenav2 a:hover {
  color: rgb(255, 216, 239);
}

.sidenav2 .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.header2 {
        box-sizing: content-box;
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 18vh;
        max-height: 18vh;
        
        background-image: url('https://soul-of-foxglove.neocities.org/images/-BACKGROUNDS/Header2.png');
        background-size:cover;
        background-repeat: no-repeat;
        
        background-color: pink;
        border-bottom: 10px double rgb(17, 31, 26);
        color: rgb(158, 113, 134);
      }
      .span2 {
  background-image: url('https://soul-of-foxglove.neocities.org/images/-BUTTONS/Navbutton2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
      
      
      
    