.no-float {
    float: none;
    display: inline-block;
}

.project-title {
    text-align: center;
    color: black;
}

.project-name {
    font-weight: 600;
}

.project-titledescription {
    font-weight: 400;
}

.project-container {
    padding: 2% 2% 2% 2%;
    margin-bottom: 5%;
    cursor: pointer;
}