@charset "UTF-8";
    .sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: url("https://88-x-31.neocities.org/Images/back-003.gif");
    border-style: double;
    border-color: white;
    overflow-x: hidden;
    color: black;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
   }
  
  .body {
  background-image: url("https://88-x-31.neocities.org/Images/back-003.gif");
}
    .main {
	  height: 100%;
	  width: 100%;
      margin-left: 260px;
      font-size: 20px;
	  
  }    
