.wrapper .sidebar {
    background-color: rgb(40,40,04);
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    padding: auto;
    transition: all 0.5s ease;

}