I want to use modular congruences to show that $5=3x^2-4y$ has no solutions on $(x,y)\in\mathbb Z^2$. Here's my attempt:
Take $3x^2\equiv_5 4y$. Then since $2$ is an inverse modulo $5$, $x^2\equiv_58y\equiv_53y$. Hence, $$x^4\equiv_5 4y^2$$ By Fermat's little theorem, since $5$ is prime we require $x^4\equiv_5 1$. However, $4y^2\equiv_5 1$ iff $y^4\equiv_5 1$. So, $x^4\equiv_5y^4$.
Here I'm stuck on how to go further.