.project{
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-self: center;
    margin: 10px;
    align-items: center;
}

.project-icon{
    height: 70px;
    margin-right: 10px;
}