.sidebar{
    padding-top: 80px;
    padding-left: 10px;
    width: 150px;
    position: fixed;
    z-index: 100;
    background-color: #353131;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    
}
.feature{
    display: flex;
    align-items: top;
    text-align: top;
    color: #666362;
    background-color: #353131; 
}
.bx{
    padding-top: 5px;
    background-color: #353131; 
}

.feature:hover{
    color: white;
    border-radius: 10px;
    padding: 0 5px;
    cursor: pointer;
   
}
.feature:active{
    opacity: .3;
}

.copy{
    position: fixed;
    left: 0;
    bottom: 0;
    margin-left: 15px;
    margin-bottom: 30px;
    color: beige;
    font-weight: 200;
}

p{
    background-color: #353131; 
}

