I'm a little baffled by this, I'm supposed to find the distribution of $X_t$ where, $X_t=\int_0^t sB_s \, \mathrm{d}s$. What I can think of is to consider the process $$\begin{align} Y_s &= s^2B_s \\\\ dY_s &= 2sB_sds+s^2dBs+sds \\\\ \int_0^t \, \mathrm{d}Y_s &= 2\int_0^t sB_s\, \mathrm{d}s+\int_0^t s^2\mathrm{d}Bs+\int_0^t s\, \mathrm{d}s \\\\ \frac{t^2 B_t-\int_0^t s^2dBs-\int_0^t sds }{2} &= \int_0^t sB_s\, \mathrm{d}s \end{align}$$
Now I know that the first element in the numerator is normal and the second one is normal too with the third being deterministic. Therefore I know that the whole thing is normal and I need to find the expectations and the variances. But I'm not sure how to go about finding the variance since they are correlated.
I appreciate any help.