#portfolio {
    background-color: #f7f7f7;
    color: #131316;
}

.project-tech-stack {
    float: right;
}

.project-tech-stack div:last-child {
    margin:0
}

.project {
    margin-bottom:100px;
    text-align: left;
}

.project p {
    margin-bottom: 0;
    text-align: justify;
}

.project-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}

.project-text {
    font-size: 16px;
    text-align: justify;
}

.project-date {
    color:#4d4d4d;
    margin: 0px 0 10px 0;
}

.tech-icon-s {
    width: 32px;
    height: 32px;
    background-size: cover;
    float: left;
    margin-right: 8px;
    -webkit-filter: grayscale(30%);
}

.tech-icon-s:hover {
    cursor: pointer;
    -webkit-filter: grayscale(0%);
}