.tech-stack {
    display: flex;
    align-items: flex-end;
    padding-left: 15px;
    
}

.tech {
    padding: 5px;
    margin-bottom: 15px;
    max-width: max-content;
    border-radius: 6px;
    transition: 0.5s;
}

.tech-icon {
    background-color: transparent;
}

.tech:hover {
    cursor: default;
    background-color: white;
    box-shadow: 0px 0px 10px #c4c5c5;
}


.tech-label {
    color: black;
    background-color: transparent;
    font-size: 14px;
    padding-right: 15px;
    padding-left: 10px;
}



.stack-illustration {
    padding-left: 5%;
}

/* .label-stack {
   
} */

.tech-row {
    display: flex;
    flex-wrap: wrap;
}