  .sidebar {
      height: auto;
      width: 85px;
      position: fixed;
      z-index: 999;
      top: 100px;
      left: -30px;
      background-color: #ffe3bd;
      overflow-x: hidden;
      transition: 0.5s;
      white-space: nowrap;
  border-radius: 5px;
  }
  
  .sidebar a {
      padding: 3px 3px 3px 32px;
      text-decoration: none;
      font-size: 15px;
      color: #000;
      display: block;
      transition: 0.3s;
  }
  
  .sidebar a:hover {
      color: #000;
  }
  
  .sidebar .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
  }