.tech-stack {
    display: flex;
    flex-wrap: wrap;
}
.tech-stack span{
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid rgb(237 237 237);
    background-color: #f6f9fc;
}

.project-listings div{
    padding: 10px;
    margin-bottom: 20px;
}

.project-listings a,
.project-listings a:hover {
    color: inherit; text-decoration: inherit;
}

.project-listings .border img{
    text-align: center!important;
    /* display: none; */
}

.project-listings img{
    width: fit-content;
    height: 150px;
}
