    html {
    cursor: url(''), auto;
    image-rendering: pixelated;
    }  
    /* General Styles */
    body {
      background:url("https://i.pinimg.com/736x/7c/7c/d5/7c7cd5c6d6f419e5e49debbb53c04dd1.jpg") 
      no-repeat fixed; 
      background-size:cover;
      color: white; 
      margin: 0;
      padding: 0;
    }

    .container {
      display: flex;
    }

    /* Side Bar */
    .directory-bar {
      width: 160px;
      background-color: rgb(126, 126, 126); 
      padding: 20px;
      height: 100vh;
        position: fixed;
    }

    .directory-bar h2 {
      font-size: 16px;
      color: #fff;
        position: fixed;
    }

    .directory-bar ul {
      list-style: none;
      padding: 0;
    }

    .directory-bar ul li {
      margin: 10px 0;
        
    }

    .directory-bar ul li a {
      color: #fff;
      text-decoration: none;
      font-size: 16px;
        position: fixed;
    }

    .directory-bar ul li a:hover {
      color: #fffffe; 
    }

    /* Main Content */
    .main-content {
      flex: 1;
      padding: 20px;
        padding-left:260px;
      display: flex;
      flex-direction: column;
      align-items: center; /* Center everything horizontally */
      background-color: rgb(187, 187, 187); /* Semi-transparent black background for readability */
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Add shadow for depth */
    }
    
    h1 {
    display: block;
    font-size: 16px;
    margin-top: 0.67em;
    margin-bottom: ;
    font-weight: bold;
    color: white;
    }

    h2 {
    display: block;
    font-size: 19px;
    margin-top: 0.67em;
    margin-bottom: ;
    font-weight: bold;
    color: white;
    }
     .lace {
      width: 50px;
      height: 100px;
      position: fixed;
      margin-right: 200px;
          margin-left: 200px;
    }
     
    a:link {
    color: #575151;
    background-color: transparent;
    text-decoration: none;
    }
    a:visited {
    color: #959090;
    background-color: transparent;
    text-decoration: none;
    }
    a:hover {
    color: #e2b7b7;
    background-color: transparent;
    }