You can use the fact that
$$e\left(\frac ne\right)^n \le n! \le en\left(\frac ne\right)^n$$
Which is equivalent to
$$e^{1/n} \frac ne \le n!^{1/n} \le (en)^{1/n} \frac ne$$
For the left part of the inequality; since $e^{1/n} > 1$, $$n!^{1/n} \ge e^{1/n} \frac ne > \frac ne$$
For the right part of the inequality, focus on the $(en)^{1/n}$. This function as a maximum at $n=1$, where it attains the value of $e$. After this point it is decreasing. Therefore, for $n > 3$, the function is lower than $e$, which means that you can find a $c$ close enough to $\log e$ such that $10^c >(en)^{1/n}$ for all $n > 3$
The following proof of the first inequality is lifted from the italian wikipedia page on the Stirling approximation.
Let $n$ be an integer. Then
$$\ln n! = \sum_{k = 1}^n \ln k = \sum_{k = 1}^n k\ln k - \sum_{k = 1}^n (k - 1)\ln k $$
$$= n \ln n - \sum_{k = 1}^{n - 1} k \left[\ln(k + 1) - \ln k \right] = n \ln n - \sum_{k = 1}^{n - 1} k \int_{k}^{k + 1} \frac{dt}{t}$$
$$= n \ln n - \sum_{k = 1}^{n - 1} \int_{k}^{k + 1} \frac{ \lfloor t \rfloor dt}{t} = n \ln n - \int_{1}^{n} \frac{ \lfloor t \rfloor dt}{t} = n \ln n - (n-1) + \int_{1}^{n} \frac{ \{ t \} dt}{t},$$
where $\lfloor x \rfloor$ and $\left \{ x \right \}$ are the integer part and the fractional part of $x$, respectively.
This implies
$$n \ln n - (n-1) \leq \ln n! \leq n \ln n - (n-1) + \ln n$$
and after exponentiating you'll find
$$ e \left(\frac{n}{e}\right)^n \leq n! \leq e n\left(\frac{n}{e}\right)^n $$