.project-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.project-container p {
    width: 40%;
}

.img {
    width: 80%;
    margin: 30px 0 30px 0;
}

.github-link a{
    text-decoration: underline;
}

@media (max-width: 1500px) {
    .project-container {
        display: flex;
        flex-direction: column;
    }

    .project-container p {
        width: 100%;
    }
}
