@media screen and (max-width: 600px) {
    .project {
        width: 92%;

        h2 {
            font-size: 17px;
        }

        p {
            font-size: 14px;
        }
    }

    #peoriaura {
        width: 92%;
    }

    #dudafest {
        width: 92%;
    }
}